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 Feb 3, 2025
1 parent f7b9b20 commit 679fcf2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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@b9cde8bcbbce838802ecd0aba2c3a7f8b82f519c # v0
- uses: paddyroddy/.github/actions/add-to-project@29d3bd9b176d306bd566bf65f7ace08860ff5b6c # v0
with:
project-token: ${{ secrets.PROJECT_PAT }}
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@b9cde8bcbbce838802ecd0aba2c3a7f8b82f519c # v0
- uses: paddyroddy/.github/actions/licence@29d3bd9b176d306bd566bf65f7ace08860ff5b6c # v0
with:
licence-file: ./.github/README.md
licence-token: ${{ secrets.LICENCE_PAT }}
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@b9cde8bcbbce838802ecd0aba2c3a7f8b82f519c # v0
- uses: paddyroddy/.github/actions/links@29d3bd9b176d306bd566bf65f7ace08860ff5b6c # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
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@b9cde8bcbbce838802ecd0aba2c3a7f8b82f519c # v0
- uses: paddyroddy/.github/actions/linting@29d3bd9b176d306bd566bf65f7ace08860ff5b6c # v0
with:
pre-commit-config: ./.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
repos:
- repo: https://github.com/paddyroddy/.github
rev: v0.267.0
rev: v0.271.0
hooks:
- id: general-hooks

0 comments on commit 679fcf2

Please sign in to comment.