File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
matrix :
30
30
node : [18]
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- uses : actions/setup-node@v4
34
34
with :
35
35
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@v4
49
+ - uses : actions/checkout@v5
50
50
- uses : actions/setup-node@v4
51
51
with :
52
52
node-version : 18
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
with :
22
22
# We must fetch at least the immediate parents so that if this is
23
23
# a pull request then we can checkout the head.
You can’t perform that action at this time.
0 commit comments