We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b90d65 commit 911a14bCopy full SHA for 911a14b
.github/workflows/autofix.yml
@@ -12,7 +12,7 @@ jobs:
12
autofix:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- run: npm i -fg corepack && corepack enable
17
- uses: actions/setup-node@v4
18
with:
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
ci:
19
20
fetch-depth: 0
21
0 commit comments