File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 55 lighthouse :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99
1010 - name : Setup Node.js
1111 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 99 timeout-minutes : 60
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : actions/setup-node@v4
1414 with :
1515 node-version : 20
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0 # fetch all history for better context
2222
You can’t perform that action at this time.
0 commit comments