Skip to content

Commit

Permalink
Renovate: paddyroddy/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent aebd826 commit daa5be4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/deployment@6945dc7543c02201ffb88ace2286439798acbda8 # v0
- uses: paddyroddy/.github/actions/python/deployment@d840b2d1fbf73a680794f64e5bea630c1470f3ee # v0
with:
pyproject-toml: ./pyproject.toml
python-version: "3.12"
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/pdoc@6945dc7543c02201ffb88ace2286439798acbda8 # v0
- uses: paddyroddy/.github/actions/python/pdoc@d840b2d1fbf73a680794f64e5bea630c1470f3ee # v0
with:
docs-dependency-section: .[docs]
gh-pages-publish-directory: ./html/example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/licence@6945dc7543c02201ffb88ace2286439798acbda8 # v0
- uses: paddyroddy/.github/actions/licence@d840b2d1fbf73a680794f64e5bea630c1470f3ee # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
licence-file: ./LICENCE.txt
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/linting@6945dc7543c02201ffb88ace2286439798acbda8 # v0
- uses: paddyroddy/.github/actions/linting@d840b2d1fbf73a680794f64e5bea630c1470f3ee # v0
with:
pre-commit-config: ./.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- "3.12"
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/tox@6945dc7543c02201ffb88ace2286439798acbda8 # v0
- uses: paddyroddy/.github/actions/python/tox@d840b2d1fbf73a680794f64e5bea630c1470f3ee # v0
with:
cache-path: |-
.tox
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/paddyroddy/.github
rev: v0.136.0
rev: v0.142.0
hooks:
- id: general-hooks
- id: python-hooks

0 comments on commit daa5be4

Please sign in to comment.