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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
21
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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 17
17
- 16
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
20
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
21
21
- name : Use Node.js ${{ matrix.node-version }}
22
22
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
23
23
with :
31
31
runs-on : ubuntu-latest
32
32
needs : test_matrix
33
33
steps :
34
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
34
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
35
35
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
36
36
with :
37
37
cache : npm
You can’t perform that action at this time.
0 commit comments