From 497e8377569517d5d74b61a2f86de9650bf37250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:47:26 +0000 Subject: [PATCH] Renovate: paddyroddy/.github --- .github/workflows/add-to-project.yaml | 2 +- .github/workflows/deploy.yaml | 8 ++++---- .github/workflows/licence.yaml | 2 +- .github/workflows/links.yaml | 2 +- .github/workflows/linting.yaml | 2 +- .pre-commit-config.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml index 1dd879e..e4fa53a 100644 --- a/.github/workflows/add-to-project.yaml +++ b/.github/workflows/add-to-project.yaml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/add-to-project@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0 + - uses: paddyroddy/.github/actions/add-to-project@cae02393710f18f5fbacd9545d1a38f0d661758e # v0 with: project-token: ${{ secrets.PROJECT_PAT }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 950f9f0..13e593e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,13 +18,13 @@ jobs: runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/latex/chktex@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0 + - uses: paddyroddy/.github/actions/latex/chktex@cae02393710f18f5fbacd9545d1a38f0d661758e # v0 vale: runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/latex/vale@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0 + - uses: paddyroddy/.github/actions/latex/vale@cae02393710f18f5fbacd9545d1a38f0d661758e # v0 with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/latex/compile@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0 + - uses: paddyroddy/.github/actions/latex/compile@cae02393710f18f5fbacd9545d1a38f0d661758e # v0 - name: Upload artefacts # yamllint disable-line rule:line-length @@ -54,7 +54,7 @@ jobs: name: artefacts # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/dropbox@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0 + - uses: paddyroddy/.github/actions/dropbox@cae02393710f18f5fbacd9545d1a38f0d661758e # v0 with: configfile-version: ${{ secrets.CONFIGFILE_VERSION }} files-to-upload: $(find . -maxdepth 1 -name '*.pdf' -print) diff --git a/.github/workflows/licence.yaml b/.github/workflows/licence.yaml index ee46507..616768d 100644 --- a/.github/workflows/licence.yaml +++ b/.github/workflows/licence.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/licence@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0 + - uses: paddyroddy/.github/actions/licence@cae02393710f18f5fbacd9545d1a38f0d661758e # v0 with: github-token: ${{ secrets.GITHUB_TOKEN }} licence-file: ./LICENCE.txt diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index aca8572..e433b43 100644 --- a/.github/workflows/links.yaml +++ b/.github/workflows/links.yaml @@ -14,6 +14,6 @@ jobs: timeout-minutes: 2 steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/links@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0 + - uses: paddyroddy/.github/actions/links@cae02393710f18f5fbacd9545d1a38f0d661758e # v0 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 8f77ee6..2e0082f 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/linting@ac424c5397b4f9c7a6c082bb7196373a887e44f4 # v0 + - uses: paddyroddy/.github/actions/linting@cae02393710f18f5fbacd9545d1a38f0d661758e # v0 with: pre-commit-config: ./.pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0efef0c..9ea2886 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/paddyroddy/.github - rev: v0.213.0 + rev: v0.220.0 hooks: - id: general-hooks - id: latex-hooks