Skip to content

Commit 92751f1

Browse files
chore(deps): renovate: paddyroddy/.github
1 parent a687ca9 commit 92751f1

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/documentation.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/python/pdoc@eb48d1b4b5da3058639e04491da5241ba931dae0 # v0
18+
- uses: paddyroddy/.github/actions/python/pdoc@dca9a13d483fe335f0b9edbd08494e6e4cd3b498 # v0
1919
with:
2020
docs-dependency-section: docs
2121
gh-pages-publish-directory: ./html/sleplet

.github/workflows/licence.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-slim
1313
steps:
1414
# yamllint disable-line rule:line-length
15-
- uses: paddyroddy/.github/actions/licence@eb48d1b4b5da3058639e04491da5241ba931dae0 # v0
15+
- uses: paddyroddy/.github/actions/licence@dca9a13d483fe335f0b9edbd08494e6e4cd3b498 # v0
1616
with:
1717
licence-file: ./LICENCE.txt
1818
# yamllint disable-line rule:line-length

.github/workflows/links.yaml

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

.github/workflows/linting.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
runs-on: ubuntu-slim
1717
steps:
1818
# yamllint disable-line rule:line-length
19-
- uses: paddyroddy/.github/actions/linting@eb48d1b4b5da3058639e04491da5241ba931dae0 # v0
19+
- uses: paddyroddy/.github/actions/linting@dca9a13d483fe335f0b9edbd08494e6e4cd3b498 # v0
2020
with:
2121
pre-commit-config: ./.pre-commit-config.yaml
2222

2323
# yamllint disable-line rule:line-length
24-
- uses: paddyroddy/.github/actions/vale@eb48d1b4b5da3058639e04491da5241ba931dae0 # v0
24+
- uses: paddyroddy/.github/actions/vale@dca9a13d483fe335f0b9edbd08494e6e4cd3b498 # v0
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- "3.13"
2727
steps:
2828
# yamllint disable-line rule:line-length
29-
- uses: paddyroddy/.github/actions/python/uv@eb48d1b4b5da3058639e04491da5241ba931dae0 # v0
29+
- uses: paddyroddy/.github/actions/python/uv@dca9a13d483fe335f0b9edbd08494e6e4cd3b498 # v0
3030
with:
3131
cache-path: ~/.cache/sleplet
3232
pyproject-toml: ./pyproject.toml

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

0 commit comments

Comments
 (0)