Commit dc08639 1 parent aa8f330 commit dc08639 Copy full SHA for dc08639
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
platform : [ubuntu-latest, macos-latest]
19
19
node-version : [lts/*, current]
20
20
steps :
21
- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
22
- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
21
+ - uses : actions/checkout@v3
22
+ - uses : actions/setup-node@v3
23
23
with :
24
24
node-version : ${{ matrix.node-version }}
25
25
- run : npm i pnpm@latest -g
@@ -32,12 +32,12 @@ jobs:
32
32
needs : test
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
35
+ - uses : actions/checkout@v3
36
36
with :
37
37
# Need to fetch entire commit history to
38
38
# analyze every commit since last release
39
39
fetch-depth : 0
40
- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
40
+ - uses : actions/setup-node@v3
41
41
with :
42
42
node-version : lts/*
43
43
- run : npm i pnpm@latest -g
You can’t perform that action at this time.
0 commit comments