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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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 20
20
- macos-latest
21
21
runs-on : " ${{ matrix.os }}"
22
22
steps :
23
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
23
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
24
24
- name : " Use Node.js ${{ matrix.node-version }}"
25
25
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
26
26
with :
34
34
runs-on : ubuntu-latest
35
35
needs : test_matrix
36
36
steps :
37
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
37
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
38
38
- name : " Use Node.js ${{ matrix.node-version }}"
39
39
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
40
40
with :
You can’t perform that action at this time.
0 commit comments