We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087f58a commit e371c99Copy full SHA for e371c99
.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 -g -f corepack && corepack enable
17
- uses: actions/setup-node@v4
18
with:
.github/workflows/ci.yml
ci:
0 commit comments