We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7dcf1 commit 53a61f2Copy full SHA for 53a61f2
.github/workflows/autofix.yml
@@ -12,7 +12,7 @@ jobs:
12
autofix:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
16
- run: corepack enable
17
- uses: actions/setup-node@v3
18
with:
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
matrix:
node: [16, 18, 20]
19
20
21
0 commit comments