Skip to content

Commit 7edc807

Browse files
GH action: update pre-commit
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]>
1 parent a3a49fa commit 7edc807

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v2
14-
- uses: pre-commit/action@v2.0.2
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v4
14+
- uses: pre-commit/action@v3.0.0

0 commit comments

Comments
 (0)