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 : [16, 18]
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- uses : actions/setup-node@v3
24
24
with :
25
25
node-version : ${{ matrix.node }}
46
46
runs-on : ubuntu-latest
47
47
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')
48
48
steps :
49
- - uses : actions/checkout@v2
49
+ - uses : actions/checkout@v3
50
50
- uses : actions/setup-node@v3
51
51
with :
52
52
node-version : 16
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
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