Skip to content

Commit

Permalink
Update pre-commit dependency
Browse files Browse the repository at this point in the history
To avoid Node.js 16 warning

Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Apr 3, 2024
1 parent f7026ba commit f3aa953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
with:
extra_args: --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}

0 comments on commit f3aa953

Please sign in to comment.