diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 231f801..5367058 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@be31e8f5758700dafb58c5852530e750f1ea69d8 # v0 + - uses: paddyroddy/.github/actions/latex/chktex@f8793becd1b97caa5b40ebc7556b21d9a272d700 # v0 vale: runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/latex/vale@be31e8f5758700dafb58c5852530e750f1ea69d8 # v0 + - uses: paddyroddy/.github/actions/latex/vale@f8793becd1b97caa5b40ebc7556b21d9a272d700 # 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@be31e8f5758700dafb58c5852530e750f1ea69d8 # v0 + - uses: paddyroddy/.github/actions/latex/compile@f8793becd1b97caa5b40ebc7556b21d9a272d700 # v0 - name: Upload artefacts # yamllint disable-line rule:line-length @@ -53,7 +53,7 @@ jobs: name: artefacts # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/dropbox@be31e8f5758700dafb58c5852530e750f1ea69d8 # v0 + - uses: paddyroddy/.github/actions/dropbox@f8793becd1b97caa5b40ebc7556b21d9a272d700 # 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 f970a89..c5c3aaf 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@be31e8f5758700dafb58c5852530e750f1ea69d8 # v0 + - uses: paddyroddy/.github/actions/licence@f8793becd1b97caa5b40ebc7556b21d9a272d700 # v0 with: github-token: ${{ secrets.GITHUB_TOKEN }} licence-file: ./LICENCE.txt diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 4026421..1623a6d 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@be31e8f5758700dafb58c5852530e750f1ea69d8 # v0 + - uses: paddyroddy/.github/actions/linting@f8793becd1b97caa5b40ebc7556b21d9a272d700 # v0 with: pre-commit-config: ./.pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 011fd9e..c34afef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/paddyroddy/.github - rev: v0.157.0 + rev: v0.163.0 hooks: - id: general-hooks - id: latex-hooks