File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
lint :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- run : corepack enable
17
17
- uses : actions/setup-node@v4
18
18
with :
24
24
typecheck :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- run : corepack enable
29
29
- uses : actions/setup-node@v4
30
30
with :
Original file line number Diff line number Diff line change 17
17
if : github.event.deployment_status.state == 'success' || github.event_name == 'workflow_dispatch'
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v5
21
21
- name : Audit URLs using Lighthouse
22
22
uses : treosh/lighthouse-ci-action@v12
23
23
with :
Original file line number Diff line number Diff line change 17
17
id-token : write
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
22
22
- name : Install pnpm
23
23
uses : pnpm/action-setup@v4
You can’t perform that action at this time.
0 commit comments