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 21
21
- name : Checkout
22
22
uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
23
23
- name : Setup node
24
- uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
24
+ uses : actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3.2.0
25
25
with :
26
26
node-version : ${{ matrix.node }}
27
27
- name : Install project
40
40
- name : Checkout
41
41
uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
42
42
- name : Setup node
43
- uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
43
+ uses : actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3.2.0
44
44
with :
45
45
node-version : ${{ matrix.node }}
46
46
- name : Install project
55
55
- name : Checkout
56
56
uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
57
57
- name : Setup node
58
- uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
58
+ uses : actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3.2.0
59
59
with :
60
60
node-version : 14
61
61
- name : Install project
82
82
# Make sure the release step uses its own credentials.
83
83
persist-credentials : false
84
84
- name : Setup node
85
- uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
85
+ uses : actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3.2.0
86
86
with :
87
87
node-version : 14
88
88
- name : Install project
You can’t perform that action at this time.
0 commit comments