Skip to content

Commit

Permalink
Update pre-commit GH action with latest version
Browse files Browse the repository at this point in the history
Solves:

> The following actions uses node12 which is deprecated and will be forced
> to run on node16: actions/checkout@v2, actions/setup-python@v2,
> pre-commit/[email protected].
> For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Signed-off-by: Sandro Bonazzola <[email protected]>
  • Loading branch information
sandrobonazzola committed Sep 8, 2023
1 parent a3a49fa commit d4e7713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.2
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0

0 comments on commit d4e7713

Please sign in to comment.