File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
- name : Checkout
15
15
16
16
- name : Setup node
17
- uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2.5.1
17
+ uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3.0.0
18
18
with :
19
19
node-version : 14
20
20
- name : Install project
33
33
- name : Checkout
34
34
35
35
- name : Setup node
36
- uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2.5.1
36
+ uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3.0.0
37
37
with :
38
38
node-version : ${{ matrix.node }}
39
39
- name : Install project
52
52
- name : Checkout
53
53
54
54
- name : Setup node
55
- uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2.5.1
55
+ uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3.0.0
56
56
with :
57
57
node-version : ${{ matrix.node }}
58
58
- name : Install project
67
67
- name : Checkout
68
68
69
69
- name : Setup node
70
- uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2.5.1
70
+ uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3.0.0
71
71
with :
72
72
node-version : 14
73
73
- name : Install project
94
94
# Make sure the release step uses its own credentials.
95
95
persist-credentials : false
96
96
- name : Setup node
97
- uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2.5.1
97
+ uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3.0.0
98
98
with :
99
99
node-version : 14
100
100
- name : Install project
You can’t perform that action at this time.
0 commit comments