File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 # yamllint disable-line rule:line-length
14- - uses : paddyroddy/.github/actions/add-to-project@v0
14+ - uses : paddyroddy/.github/actions/add-to-project@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
1515 with :
1616 app-id : ${{ secrets.APP_ID }}
1717 app-pem : ${{ secrets.APP_PEM }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 # yamllint disable-line rule:line-length
14- - uses : paddyroddy/.github/actions/python/deployment@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
14+ - uses : paddyroddy/.github/actions/python/deployment@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
1515 with :
1616 pyproject-toml : ./pyproject.toml
1717 python-version : " 3.12"
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 # yamllint disable-line rule:line-length
14- - uses : paddyroddy/.github/actions/python/pdoc@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
14+ - uses : paddyroddy/.github/actions/python/pdoc@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
1515 with :
1616 docs-dependency-section : .[docs]
1717 gh-pages-publish-directory : ./html/example
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 # yamllint disable-line rule:line-length
13- - uses : paddyroddy/.github/actions/licence@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
13+ - uses : paddyroddy/.github/actions/licence@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
1414 with :
1515 github-token : ${{ secrets.GITHUB_TOKEN }}
1616 licence-file : ./LICENCE.txt
Original file line number Diff line number Diff line change 1616 - name : Checkout source
1717 uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1818
19- - name : Check links
20- uses : paddyroddy/.github/actions/links@v0
19+ # yamllint disable-line rule:line-length
20+ - uses : paddyroddy/.github/actions/links@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
2121 with :
2222 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 # yamllint disable-line rule:line-length
16- - uses : paddyroddy/.github/actions/linting@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
16+ - uses : paddyroddy/.github/actions/linting@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
1717 with :
1818 pre-commit-config : ./.pre-commit-config.yaml
Original file line number Diff line number Diff line change 3232 - " 3.12"
3333 steps :
3434 # yamllint disable-line rule:line-length
35- - uses : paddyroddy/.github/actions/python/tox@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
35+ - uses : paddyroddy/.github/actions/python/tox@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
3636 with :
3737 cache-path : .tox
3838 operating-system : ${{ matrix.os }}
Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/paddyroddy/.github
4- rev : v0.164 .0
4+ rev : v0.179 .0
55 hooks :
66 - id : general-hooks
77 - id : python-hooks
You can’t perform that action at this time.
0 commit comments