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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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 33
33
runs-on : ubuntu-latest
34
34
35
35
steps :
36
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
37
37
- name : Use Node.js ${{ matrix.node-version }}
38
38
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
39
39
with :
48
48
runs-on : ubuntu-latest
49
49
50
50
steps :
51
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
51
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
52
52
- name : Use Node.js from .nvmrc
53
53
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
54
54
with :
You can’t perform that action at this time.
0 commit comments