File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
node-version : [14.x]
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
15
15
- name : Use Node.js ${{ matrix.node-version }}
16
16
uses : actions/setup-node@v2
17
17
with :
29
29
node-version : [14.x]
30
30
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
33
33
- name : Use Node.js ${{ matrix.node-version }}
34
34
uses : actions/setup-node@v2
35
35
with :
50
50
if : github.ref == 'refs/heads/main'
51
51
52
52
steps :
53
- - uses : actions/checkout@v2
53
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
54
54
- name : Use Node.js ${{ matrix.node-version }}
55
55
uses : actions/setup-node@v2
56
56
with :
You can’t perform that action at this time.
0 commit comments