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 Jun 1, 2024
1 parent eecc02a commit 68a8a16
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/add-to-project@v0
- uses: paddyroddy/.github/actions/add-to-project@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
with:
app-id: ${{ secrets.APP_ID }}
app-pem: ${{ secrets.APP_PEM }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
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@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
- uses: paddyroddy/.github/actions/python/deployment@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
with:
pyproject-toml: ./pyproject.toml
python-version: "3.12"
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
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@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
- uses: paddyroddy/.github/actions/python/pdoc@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # 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@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
- uses: paddyroddy/.github/actions/licence@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # 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 @@ -17,6 +17,6 @@ jobs:
uses: actions/checkout@v4

- name: Check links
uses: paddyroddy/.github/actions/links@v0
uses: paddyroddy/.github/actions/links@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0

Check failure on line 20 in .github/workflows/links.yaml

View workflow job for this annotation

GitHub Actions / linting

20:81 [line-length] line too long (92 > 80 characters)

Check failure on line 20 in .github/workflows/links.yaml

View workflow job for this annotation

GitHub Actions / linting

20:81 [line-length] line too long (92 > 80 characters)
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@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
- uses: paddyroddy/.github/actions/linting@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # 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 @@ -32,7 +32,7 @@ jobs:
- "3.12"
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/tox@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
- uses: paddyroddy/.github/actions/python/tox@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
with:
cache-path: .tox
operating-system: ${{ matrix.os }}
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.164.0
rev: v0.179.0
hooks:
- id: general-hooks
- id: python-hooks

0 comments on commit 68a8a16

Please sign in to comment.