File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
- name : Checkout
15
15
uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
16
16
- name : Setup node
17
- uses : actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # tag=v3.1.0
17
+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
18
18
with :
19
19
node-version : 14
20
20
- name : Install project
33
33
- name : Checkout
34
34
uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
35
35
- name : Setup node
36
- uses : actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # tag=v3.1.0
36
+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
37
37
with :
38
38
node-version : ${{ matrix.node }}
39
39
- name : Install project
52
52
- name : Checkout
53
53
uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
54
54
- name : Setup node
55
- uses : actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # tag=v3.1.0
55
+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
56
56
with :
57
57
node-version : ${{ matrix.node }}
58
58
- name : Install project
67
67
- name : Checkout
68
68
uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
69
69
- name : Setup node
70
- uses : actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # tag=v3.1.0
70
+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
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@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # tag=v3.1.0
97
+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
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