Skip to content

Commit 8574213

Browse files
Renovate: paddyroddy/.github
1 parent 311200d commit 8574213

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
# yamllint disable-line rule:line-length
16-
- uses: paddyroddy/.github/actions/python/pdoc@9822515992aee280c44e631a99730f6e3cc3eba8 # v0
16+
- uses: paddyroddy/.github/actions/python/pdoc@dbbc8dc08f16b08456fd82afdf02c66052564712 # v0
1717
with:
1818
docs-dependency-section: docs
1919
gh-pages-publish-directory: ./html/sleplet

.github/workflows/licence.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
# yamllint disable-line rule:line-length
13-
- uses: paddyroddy/.github/actions/licence@9822515992aee280c44e631a99730f6e3cc3eba8 # v0
13+
- uses: paddyroddy/.github/actions/licence@dbbc8dc08f16b08456fd82afdf02c66052564712 # v0
1414
with:
1515
licence-file: ./LICENCE.txt
1616
licence-token: ${{ secrets.LICENCE_PAT }}

.github/workflows/links.yaml

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

.github/workflows/linting.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
# yamllint disable-line rule:line-length
16-
- uses: paddyroddy/.github/actions/linting@9822515992aee280c44e631a99730f6e3cc3eba8 # v0
16+
- uses: paddyroddy/.github/actions/linting@dbbc8dc08f16b08456fd82afdf02c66052564712 # v0
1717
with:
1818
pre-commit-config: ./.pre-commit-config.yaml
1919

2020
# yamllint disable-line rule:line-length
21-
- uses: paddyroddy/.github/actions/vale@9822515992aee280c44e631a99730f6e3cc3eba8 # v0
21+
- uses: paddyroddy/.github/actions/vale@dbbc8dc08f16b08456fd82afdf02c66052564712 # v0
2222
with:
2323
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- "3.13"
2525
steps:
2626
# yamllint disable-line rule:line-length
27-
- uses: paddyroddy/.github/actions/python/tox@9822515992aee280c44e631a99730f6e3cc3eba8 # v0
27+
- uses: paddyroddy/.github/actions/python/tox@dbbc8dc08f16b08456fd82afdf02c66052564712 # v0
2828
with:
2929
cache-path: |-
3030
.tox

.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.323.0
4+
rev: v0.335.0
55
hooks:
66
- id: general-hooks
77
- id: python-hooks

0 commit comments

Comments
 (0)