File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8888 eslint : 3
8989
9090 steps :
91- - uses : actions/checkout@v3
91+ - uses : actions/checkout@v4
9292 with :
9393 fetch-depth : 0
9494 - uses : ljharb/actions/node/install@main
@@ -109,4 +109,4 @@ jobs:
109109 needs : [latest]
110110 runs-on : ubuntu-latest
111111 steps :
112- - run : ' echo tests completed '
112+ - run : true
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - uses : ljharb/actions/node/install@main
1212 name : ' nvm install lts/* && npm install'
1313 with :
1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - uses : ljharb/actions/node/install@main
2424 name : ' nvm install lts/* && npm install'
2525 with :
3131 runs-on : ubuntu-latest
3232
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 - uses : ljharb/actions/node/install@main
3636 name : ' nvm install lts/* && npm install'
3737 with :
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - uses : ljharb/actions/node/install@main
1212 name : ' nvm install lts/* && npm install'
1313 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - uses : ljharb/rebase@master
1414 env :
1515 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments