File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
name : release
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
21
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
22
22
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
23
23
with :
24
24
cache : npm
Original file line number Diff line number Diff line change 22
22
- windows-latest
23
23
runs-on : " ${{ matrix.os }}"
24
24
steps :
25
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
25
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
26
26
- name : " Use Node.js ${{ matrix.node-version }}"
27
27
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
28
28
with :
36
36
runs-on : ubuntu-latest
37
37
needs : test_matrix
38
38
steps :
39
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
39
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
40
40
- name : " Use Node.js ${{ matrix.node-version }}"
41
41
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
42
42
with :
You can’t perform that action at this time.
0 commit comments