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 19
19
matrix :
20
20
node : [18, 20]
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : actions/setup-node@v3
24
24
with :
25
25
node-version : ${{ matrix.node }}
36
36
runs-on : ubuntu-latest
37
37
if : github.actor != 'github-actions[bot]' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next')
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v4
40
40
- uses : actions/setup-node@v3
41
41
with :
42
42
node-version : 20
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
# We must fetch at least the immediate parents so that if this is
18
18
# a pull request then we can checkout the head.
You can’t perform that action at this time.
0 commit comments