Skip to content

Commit c1ef50a

Browse files
Renovate: paddyroddy/.github
1 parent dd174e7 commit c1ef50a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/add-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# yamllint disable-line rule:line-length
14-
- uses: paddyroddy/.github/actions/add-to-project@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
14+
- uses: paddyroddy/.github/actions/add-to-project@69431c4ec1e375c5fe5f8fa96ae1e05f371d8326 # v0
1515
with:
1616
project-token: ${{ secrets.PROJECT_PAT }}

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# yamllint disable-line rule:line-length
14-
- uses: paddyroddy/.github/actions/python/deployment@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
14+
- uses: paddyroddy/.github/actions/python/deployment@69431c4ec1e375c5fe5f8fa96ae1e05f371d8326 # v0
1515
with:
1616
pyproject-toml: ./pyproject.toml
1717
python-version: "3.12"

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# yamllint disable-line rule:line-length
14-
- uses: paddyroddy/.github/actions/python/pdoc@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
14+
- uses: paddyroddy/.github/actions/python/pdoc@69431c4ec1e375c5fe5f8fa96ae1e05f371d8326 # v0
1515
with:
1616
docs-dependency-section: .[docs]
1717
gh-pages-publish-directory: ./html/example

.github/workflows/licence.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
# yamllint disable-line rule:line-length
13-
- uses: paddyroddy/.github/actions/licence@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
13+
- uses: paddyroddy/.github/actions/licence@69431c4ec1e375c5fe5f8fa96ae1e05f371d8326 # v0
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}
1616
licence-file: ./LICENCE.txt

.github/workflows/links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
timeout-minutes: 2
1515
steps:
1616
# yamllint disable-line rule:line-length
17-
- uses: paddyroddy/.github/actions/links@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
17+
- uses: paddyroddy/.github/actions/links@69431c4ec1e375c5fe5f8fa96ae1e05f371d8326 # v0
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
# yamllint disable-line rule:line-length
16-
- uses: paddyroddy/.github/actions/linting@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
16+
- uses: paddyroddy/.github/actions/linting@69431c4ec1e375c5fe5f8fa96ae1e05f371d8326 # v0
1717
with:
1818
pre-commit-config: ./.pre-commit-config.yaml

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- "3.12"
3333
steps:
3434
# yamllint disable-line rule:line-length
35-
- uses: paddyroddy/.github/actions/python/tox@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
35+
- uses: paddyroddy/.github/actions/python/tox@69431c4ec1e375c5fe5f8fa96ae1e05f371d8326 # v0
3636
with:
3737
cache-path: .tox
3838
operating-system: ${{ matrix.os }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/paddyroddy/.github
4-
rev: v0.179.0
4+
rev: v0.189.0
55
hooks:
66
- id: general-hooks
77
- id: python-hooks

0 commit comments

Comments
 (0)