File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 0
32
32
- name : Use Node.js ${{ matrix.node-version }}
56
56
runs-on : ${{ matrix.os }}
57
57
58
58
steps :
59
- - uses : actions/checkout@v4
59
+ - uses : actions/checkout@v5
60
60
- uses : actions/setup-node@v4
61
61
with :
62
62
node-version : ' lts/*'
73
73
runs-on : ubuntu-latest
74
74
75
75
steps :
76
- - uses : actions/checkout@v4
76
+ - uses : actions/checkout@v5
77
77
- uses : actions/setup-node@v4
78
78
with :
79
79
node-version : ' lts/*'
87
87
needs : [lint, test-node, test-os]
88
88
runs-on : ubuntu-latest
89
89
steps :
90
- - uses : actions/checkout@v4
90
+ - uses : actions/checkout@v5
91
91
with :
92
92
fetch-depth : 0
93
93
- uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments