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 5
5
lint :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
- uses : actions/cache@v4
10
10
with :
11
11
path : ' **/node_modules'
31
31
with :
32
32
node-version : ${{ matrix.node-version }}
33
33
- name : Checkout
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
with :
36
36
persist-credentials : false
37
37
- uses : actions/cache@v4
57
57
with :
58
58
node-version : ${{ matrix.node-version }}
59
59
- name : Checkout
60
- uses : actions/checkout@v4
60
+ uses : actions/checkout@v5
61
61
with :
62
62
persist-credentials : false
63
63
- uses : actions/cache@v4
72
72
needs : build
73
73
runs-on : ubuntu-latest
74
74
steps :
75
- - uses : actions/checkout@v4
75
+ - uses : actions/checkout@v5
76
76
- uses : actions/cache@v4
77
77
with :
78
78
path : ' **/node_modules'
You can’t perform that action at this time.
0 commit comments