File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
# yamllint disable-line rule:line-length
16
- - uses : paddyroddy/.github/actions/python/pdoc@7193f2d6fda65de74a0d750fd19f53314f899200 # v0
16
+ - uses : paddyroddy/.github/actions/python/pdoc@d636375ac3c0ba48abb8caaa66b4fb1a23bc292d # v0
17
17
with :
18
18
docs-dependency-section : .[docs]
19
19
gh-pages-publish-directory : ./html/sleplet
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
# yamllint disable-line rule:line-length
13
- - uses : paddyroddy/.github/actions/licence@7193f2d6fda65de74a0d750fd19f53314f899200 # v0
13
+ - uses : paddyroddy/.github/actions/licence@d636375ac3c0ba48abb8caaa66b4fb1a23bc292d # v0
14
14
with :
15
15
licence-file : ./LICENCE.txt
16
16
licence-token : ${{ secrets.LICENCE_PAT }}
Original file line number Diff line number Diff line change 14
14
timeout-minutes : 2
15
15
steps :
16
16
# yamllint disable-line rule:line-length
17
- - uses : paddyroddy/.github/actions/links@7193f2d6fda65de74a0d750fd19f53314f899200 # v0
17
+ - uses : paddyroddy/.github/actions/links@d636375ac3c0ba48abb8caaa66b4fb1a23bc292d # v0
18
18
with :
19
19
github-token : ${{ secrets.GITHUB_TOKEN }}
20
20
lychee-args :
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
# yamllint disable-line rule:line-length
16
- - uses : paddyroddy/.github/actions/linting@7193f2d6fda65de74a0d750fd19f53314f899200 # v0
16
+ - uses : paddyroddy/.github/actions/linting@d636375ac3c0ba48abb8caaa66b4fb1a23bc292d # v0
17
17
with :
18
18
pre-commit-config : ./.pre-commit-config.yaml
19
19
20
20
# yamllint disable-line rule:line-length
21
- - uses : paddyroddy/.github/actions/vale@d5aea086eaabccae4bcf39786ad5138b629755a6 # v0
21
+ - uses : paddyroddy/.github/actions/vale@d636375ac3c0ba48abb8caaa66b4fb1a23bc292d # v0
22
22
with :
23
23
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 23
23
- " 3.12"
24
24
steps :
25
25
# yamllint disable-line rule:line-length
26
- - uses : paddyroddy/.github/actions/python/tox@7193f2d6fda65de74a0d750fd19f53314f899200 # v0
26
+ - uses : paddyroddy/.github/actions/python/tox@d636375ac3c0ba48abb8caaa66b4fb1a23bc292d # v0
27
27
with :
28
28
cache-path : |-
29
29
.tox
Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/paddyroddy/.github
4
- rev : v0.302 .0
4
+ rev : v0.313 .0
5
5
hooks :
6
6
- id : general-hooks
7
7
- id : python-hooks
You can’t perform that action at this time.
0 commit comments