We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e5f75 commit 9d76d1aCopy full SHA for 9d76d1a
.github/workflows/release.yml
@@ -8,8 +8,8 @@ jobs:
8
name: release
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
12
- - uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
+ - uses: actions/checkout@v3 # tag=v3
+ - uses: actions/setup-node@v3 # tag=v3
13
with:
14
node-version: 16
15
cache: npm
.github/workflows/test.yml
@@ -12,8 +12,8 @@ jobs:
name: test
16
17
18
19
0 commit comments