Skip to content

Commit c650f19

Browse files
Renovate: paddyroddy/.github
1 parent 20ea564 commit c650f19

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
# yamllint disable-line rule:line-length
17-
- uses: paddyroddy/.github/actions/add-to-project@7efda76137fa81805c6394236029a9cc6db0ab77 # v0
17+
- uses: paddyroddy/.github/actions/add-to-project@ef8e8c4b69c12a799c90f4400a49ad1e9d3ee345 # v0
1818
with:
1919
project-token: ${{ secrets.PROJECT_PAT }}

.github/workflows/links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
timeout-minutes: 2
1515
steps:
1616
# yamllint disable-line rule:line-length
17-
- uses: paddyroddy/.github/actions/links@7efda76137fa81805c6394236029a9cc6db0ab77 # v0
17+
- uses: paddyroddy/.github/actions/links@ef8e8c4b69c12a799c90f4400a49ad1e9d3ee345 # v0
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
# yamllint disable-line rule:line-length
16-
- uses: paddyroddy/.github/actions/linting@7efda76137fa81805c6394236029a9cc6db0ab77 # v0
16+
- uses: paddyroddy/.github/actions/linting@ef8e8c4b69c12a799c90f4400a49ad1e9d3ee345 # v0
1717
with:
1818
pre-commit-config: ./.pre-commit-config.yaml

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
# yamllint disable-line rule:line-length
18-
- uses: paddyroddy/.github/actions/github-pages/quarto@7efda76137fa81805c6394236029a9cc6db0ab77 # v0
18+
- uses: paddyroddy/.github/actions/github-pages/quarto@ef8e8c4b69c12a799c90f4400a49ad1e9d3ee345 # v0
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
requirements-txt: ${{ github.workspace }}/requirements.txt

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exclude: ^_extensions
33
repos:
44
- repo: https://github.com/paddyroddy/.github
5-
rev: v0.283.0
5+
rev: v0.295.0
66
hooks:
77
- id: general-hooks
88
- id: lua-hooks

0 commit comments

Comments
 (0)