Skip to content

Commit

Permalink
Renovate: paddyroddy/.github to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 4ce502d commit 5107972
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
chktex:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/latex/chktex@v0.14.0
- uses: paddyroddy/.github/actions/latex/chktex@v0.16.0

vale:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/latex/vale@v0.14.0
- uses: paddyroddy/.github/actions/latex/vale@v0.16.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

compile-latex:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/latex/compile@v0.14.0
- uses: paddyroddy/.github/actions/latex/compile@v0.16.0

- name: Upload artefacts
uses: actions/upload-artifact@v3
Expand All @@ -47,7 +47,7 @@ jobs:
with:
name: artefacts

- uses: paddyroddy/.github/actions/dropbox@v0.14.0
- uses: paddyroddy/.github/actions/dropbox@v0.16.0
with:
configfile-version: ${{ secrets.CONFIGFILE_VERSION }}
files-to-upload: $(find . -maxdepth 1 -name '*.pdf' -print)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
update-licence-year:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/licence@v0.14.0
- uses: paddyroddy/.github/actions/licence@v0.16.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
licence-file: ./LICENCE.md
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: paddyroddy/.github/actions/linting@v0.14.0
- uses: paddyroddy/.github/actions/linting@v0.16.0
with:
pre-commit-config: ./.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/paddyroddy/.github
rev: v0.15.0
rev: v0.16.0
hooks:
- id: latex-hooks

0 comments on commit 5107972

Please sign in to comment.