Skip to content

Commit

Permalink
Renovate: paddyroddy/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 4, 2024
1 parent 84bf085 commit bac4576
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/add-to-project@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
- uses: paddyroddy/.github/actions/add-to-project@57ebd0e81973380b950e8d9083458a3c260d10ac # v0
with:
project-token: ${{ secrets.PROJECT_PAT }}
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/latex/chktex@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
- uses: paddyroddy/.github/actions/latex/chktex@57ebd0e81973380b950e8d9083458a3c260d10ac # v0

vale:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/latex/vale@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
- uses: paddyroddy/.github/actions/latex/vale@57ebd0e81973380b950e8d9083458a3c260d10ac # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

compile-latex:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/latex/compile@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
- uses: paddyroddy/.github/actions/latex/compile@57ebd0e81973380b950e8d9083458a3c260d10ac # v0

- name: Upload artefacts
# yamllint disable-line rule:line-length
Expand All @@ -53,7 +53,7 @@ jobs:
name: artefacts

# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/dropbox@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
- uses: paddyroddy/.github/actions/dropbox@57ebd0e81973380b950e8d9083458a3c260d10ac # v0
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/licence@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
- uses: paddyroddy/.github/actions/licence@57ebd0e81973380b950e8d9083458a3c260d10ac # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
licence-file: ./LICENCE.txt
2 changes: 1 addition & 1 deletion .github/workflows/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
timeout-minutes: 2
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/links@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
- uses: paddyroddy/.github/actions/links@57ebd0e81973380b950e8d9083458a3c260d10ac # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/linting@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
- uses: paddyroddy/.github/actions/linting@57ebd0e81973380b950e8d9083458a3c260d10ac # v0
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,7 +1,7 @@
---
repos:
- repo: https://github.com/paddyroddy/.github
rev: v0.179.0
rev: v0.188.0
hooks:
- id: general-hooks
- id: latex-hooks

0 comments on commit bac4576

Please sign in to comment.