File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
17
- - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8 .2
17
+ - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0 .2
18
18
with :
19
19
node-version : 18
20
20
cache : yarn
26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
29
- - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8 .2
29
+ - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0 .2
30
30
with :
31
31
node-version : 18
32
32
cache : yarn
Original file line number Diff line number Diff line change 32
32
with :
33
33
go-version : ${{ env.GO_VERSION }}
34
34
35
- - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8 .2
35
+ - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0 .2
36
36
with :
37
37
node-version : 18
38
38
cache : yarn
97
97
with :
98
98
key : clippy
99
99
100
- - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8 .2
100
+ - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0 .2
101
101
with :
102
102
node-version : 18
103
103
cache : yarn
@@ -140,7 +140,7 @@ jobs:
140
140
with :
141
141
key : doc
142
142
143
- - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8 .2
143
+ - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0 .2
144
144
with :
145
145
node-version : 18
146
146
cache : yarn
@@ -167,7 +167,7 @@ jobs:
167
167
with :
168
168
key : test
169
169
170
- - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8 .2
170
+ - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0 .2
171
171
with :
172
172
node-version : 18
173
173
cache : yarn
You can’t perform that action at this time.
0 commit comments