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 24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
- name : Initialize CodeQL
30
30
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 5
5
lighthouse :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
10
10
- name : Setup Node.js
11
11
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 9
9
timeout-minutes : 60
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : actions/setup-node@v4
14
14
with :
15
15
node-version : 20
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 0 # fetch all history for better context
22
22
You can’t perform that action at this time.
0 commit comments