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 Dec 1, 2024
1 parent 888a1e0 commit f36a9f3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/add-to-project@2e83ccde571114eea4dacae50214fd1dff839be0 # v0
- uses: paddyroddy/.github/actions/add-to-project@7c376cafcf8e0ced0e2ac20e88102325d2a886d8 # v0
with:
project-token: ${{ secrets.PROJECT_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id-token: write
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/deployment@2e83ccde571114eea4dacae50214fd1dff839be0 # v0
- uses: paddyroddy/.github/actions/python/deployment@7c376cafcf8e0ced0e2ac20e88102325d2a886d8 # v0
with:
pyproject-toml: ./pyproject.toml
python-version: "3.13"
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/pdoc@2e83ccde571114eea4dacae50214fd1dff839be0 # v0
- uses: paddyroddy/.github/actions/python/pdoc@7c376cafcf8e0ced0e2ac20e88102325d2a886d8 # v0
with:
docs-dependency-section: .[docs]
gh-pages-publish-directory: ./html/example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licence.yaml
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@2e83ccde571114eea4dacae50214fd1dff839be0 # v0
- uses: paddyroddy/.github/actions/licence@7c376cafcf8e0ced0e2ac20e88102325d2a886d8 # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
licence-file: ./LICENCE.txt
2 changes: 1 addition & 1 deletion .github/workflows/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
timeout-minutes: 2
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/links@2e83ccde571114eea4dacae50214fd1dff839be0 # v0
- uses: paddyroddy/.github/actions/links@7c376cafcf8e0ced0e2ac20e88102325d2a886d8 # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
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@2e83ccde571114eea4dacae50214fd1dff839be0 # v0
- uses: paddyroddy/.github/actions/linting@7c376cafcf8e0ced0e2ac20e88102325d2a886d8 # v0
with:
pre-commit-config: ./.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- "3.13"
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/tox@2e83ccde571114eea4dacae50214fd1dff839be0 # v0
- uses: paddyroddy/.github/actions/python/tox@7c376cafcf8e0ced0e2ac20e88102325d2a886d8 # v0
with:
cache-path: .tox
pyproject-toml: ./pyproject.toml
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.235.0
rev: v0.246.0
hooks:
- id: general-hooks
- id: python-hooks

0 comments on commit f36a9f3

Please sign in to comment.