diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml index 5d7dd42..78119c9 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@09285e01c1fe597f667fc839e2d3a819c61e4716 # v0 + - uses: paddyroddy/.github/actions/add-to-project@2e83ccde571114eea4dacae50214fd1dff839be0 # v0 with: project-token: ${{ secrets.PROJECT_PAT }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 242295b..0f2e8bb 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@09285e01c1fe597f667fc839e2d3a819c61e4716 # v0 + - uses: paddyroddy/.github/actions/latex/chktex@2e83ccde571114eea4dacae50214fd1dff839be0 # v0 vale: runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/latex/vale@09285e01c1fe597f667fc839e2d3a819c61e4716 # v0 + - uses: paddyroddy/.github/actions/latex/vale@2e83ccde571114eea4dacae50214fd1dff839be0 # 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@09285e01c1fe597f667fc839e2d3a819c61e4716 # v0 + - uses: paddyroddy/.github/actions/latex/compile@2e83ccde571114eea4dacae50214fd1dff839be0 # 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@09285e01c1fe597f667fc839e2d3a819c61e4716 # v0 + - uses: paddyroddy/.github/actions/dropbox@2e83ccde571114eea4dacae50214fd1dff839be0 # 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 dbb5954..5681279 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@09285e01c1fe597f667fc839e2d3a819c61e4716 # v0 + - uses: paddyroddy/.github/actions/licence@2e83ccde571114eea4dacae50214fd1dff839be0 # v0 with: github-token: ${{ secrets.GITHUB_TOKEN }} licence-file: ./LICENCE.txt diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index c607704..ef42f5b 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@09285e01c1fe597f667fc839e2d3a819c61e4716 # v0 + - uses: paddyroddy/.github/actions/links@2e83ccde571114eea4dacae50214fd1dff839be0 # v0 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index c32ae16..e8f3479 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@09285e01c1fe597f667fc839e2d3a819c61e4716 # v0 + - uses: paddyroddy/.github/actions/linting@2e83ccde571114eea4dacae50214fd1dff839be0 # v0 with: pre-commit-config: ./.pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ebfb97..dafa1d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/paddyroddy/.github - rev: v0.230.0 + rev: v0.235.0 hooks: - id: general-hooks - id: latex-hooks