Skip to content

Commit d1c19fa

Browse files
chore(deps): renovate: paddyroddy/.github
1 parent 55b70d6 commit d1c19fa

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/add-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-slim
1616
steps:
1717
# yamllint disable-line rule:line-length
18-
- uses: paddyroddy/.github/actions/add-to-project@0a54f965cd2ff530f3313bbbaf384cf54bbb7374 # v0
18+
- uses: paddyroddy/.github/actions/add-to-project@dca9a13d483fe335f0b9edbd08494e6e4cd3b498 # v0
1919
with:
2020
# yamllint disable rule:line-length
2121
project-token: ${{ secrets.PROJECT_PAT }} # zizmor: ignore[secrets-outside-env]

.github/workflows/deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
# yamllint disable-line rule:line-length
23-
- uses: paddyroddy/.github/actions/latex/chktex@0a54f965cd2ff530f3313bbbaf384cf54bbb7374 # v0
23+
- uses: paddyroddy/.github/actions/latex/chktex@dca9a13d483fe335f0b9edbd08494e6e4cd3b498 # v0
2424

2525
vale:
2626
permissions:
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-slim
3030
steps:
3131
# yamllint disable-line rule:line-length
32-
- uses: paddyroddy/.github/actions/vale@0a54f965cd2ff530f3313bbbaf384cf54bbb7374 # v0
32+
- uses: paddyroddy/.github/actions/vale@dca9a13d483fe335f0b9edbd08494e6e4cd3b498 # v0
3333
with:
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
3535
vale-flags: --glob='!{config/,figures/*/example_,thesis}*'
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
# yamllint disable-line rule:line-length
43-
- uses: paddyroddy/.github/actions/latex/compile@0a54f965cd2ff530f3313bbbaf384cf54bbb7374 # v0
43+
- uses: paddyroddy/.github/actions/latex/compile@dca9a13d483fe335f0b9edbd08494e6e4cd3b498 # v0
4444

4545
- name: Upload artefacts
4646
# yamllint disable-line rule:line-length
@@ -96,7 +96,7 @@ jobs:
9696
name: artefacts
9797

9898
# yamllint disable-line rule:line-length
99-
- uses: paddyroddy/.github/actions/dropbox@0a54f965cd2ff530f3313bbbaf384cf54bbb7374 # v0
99+
- uses: paddyroddy/.github/actions/dropbox@dca9a13d483fe335f0b9edbd08494e6e4cd3b498 # v0
100100
with:
101101
# yamllint disable rule:line-length
102102
configfile-version: ${{ secrets.CONFIGFILE_VERSION }} # zizmor: ignore[secrets-outside-env]

.github/workflows/links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
timeout-minutes: 2
1717
steps:
1818
# yamllint disable-line rule:line-length
19-
- uses: paddyroddy/.github/actions/links@0a54f965cd2ff530f3313bbbaf384cf54bbb7374 # v0
19+
- uses: paddyroddy/.github/actions/links@dca9a13d483fe335f0b9edbd08494e6e4cd3b498 # v0
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-slim
1616
steps:
1717
# yamllint disable-line rule:line-length
18-
- uses: paddyroddy/.github/actions/linting@0a54f965cd2ff530f3313bbbaf384cf54bbb7374 # v0
18+
- uses: paddyroddy/.github/actions/linting@dca9a13d483fe335f0b9edbd08494e6e4cd3b498 # v0
1919
with:
2020
pre-commit-config: ./.pre-commit-config.yaml

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/paddyroddy/.github
4-
rev: v0.394.0
4+
rev: v0.395.0
55
hooks:
66
- id: general-hooks
77
exclude: \.pdf$

0 commit comments

Comments
 (0)