From e7a05126c91c626e5d197a1cb29780b9c2513dd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:46:17 +0000 Subject: [PATCH] Renovate: UCL-MIRSG/.github to v0.26.0 --- .github/workflows/linting.yml | 2 +- .github/workflows/manage-projects.yml | 2 +- .pre-commit-config.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 37b3334..9c3f237 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -11,6 +11,6 @@ jobs: linting: runs-on: ubuntu-latest steps: - - uses: UCL-MIRSG/.github/actions/linting@v0.25.0 + - uses: UCL-MIRSG/.github/actions/linting@v0.26.0 with: pre-commit-config: ./.pre-commit-config.yaml diff --git a/.github/workflows/manage-projects.yml b/.github/workflows/manage-projects.yml index 676c99a..69c36ef 100644 --- a/.github/workflows/manage-projects.yml +++ b/.github/workflows/manage-projects.yml @@ -9,7 +9,7 @@ jobs: add-issue-to-project: runs-on: ubuntu-latest steps: - - uses: UCL-MIRSG/.github/actions/add-to-project@v0.25.0 + - uses: UCL-MIRSG/.github/actions/add-to-project@v0.26.0 with: app-id: ${{ secrets.APP_ID }} app-pem: ${{ secrets.APP_PEM }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f73b77..fa26be9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/UCL-MIRSG/.github - rev: v0.25.0 + rev: v0.26.0 hooks: - id: mirsg-hooks