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
issues : write
19
19
pull-requests : write
20
20
steps :
21
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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 28
28
- ubuntu-latest
29
29
runs-on : " ${{ matrix.os }}"
30
30
steps :
31
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
31
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
32
32
- name : " Use Node.js ${{ matrix.node-version }}"
33
33
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
34
34
with :
41
41
test_dev :
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
44
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
45
45
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
46
46
with :
47
47
node-version-file : .nvmrc
You can’t perform that action at this time.
0 commit comments