We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19c247 commit 8b7b07bCopy full SHA for 8b7b07b
.github/workflows/pre-commit.yml
@@ -23,19 +23,19 @@ jobs:
23
24
steps:
25
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
with:
28
fetch-depth: 0
29
30
- name: Cache pre-commit
31
- uses: actions/cache@v3
+ uses: actions/cache@v4
32
33
path: ~/.cache/pre-commit
34
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}-
35
36
- name: Run pre-commit
37
id: precommit
38
- uses: pre-commit/action@v3.0.0
+ uses: pre-commit/action@v4.2.0
39
continue-on-error: true
40
41
- name: Commit files
@@ -59,4 +59,4 @@ jobs:
59
60
- name: Check pre-commit
61
if: steps.precommit.outcome == 'failure'
62
0 commit comments