File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
env :
12
12
PUPPETEER_SKIP_DOWNLOAD : ' true'
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Install pnpm
17
17
uses : pnpm/action-setup@v2
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
environment : Release
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
17
17
- name : Install pnpm
18
18
uses : pnpm/action-setup@v2
Original file line number Diff line number Diff line change 17
17
env :
18
18
PUPPETEER_SKIP_DOWNLOAD : ' true'
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : Install pnpm
23
23
uses : pnpm/action-setup@v2
39
39
env :
40
40
PUPPETEER_SKIP_DOWNLOAD : ' true'
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
44
44
- name : Install pnpm
45
45
uses : pnpm/action-setup@v2
62
62
runs-on : ubuntu-latest
63
63
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
64
64
steps :
65
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
66
66
67
67
- name : Setup cache for Chromium binary
68
68
uses : actions/cache@v3
91
91
env :
92
92
PUPPETEER_SKIP_DOWNLOAD : ' true'
93
93
steps :
94
- - uses : actions/checkout@v3
94
+ - uses : actions/checkout@v4
95
95
96
96
- name : Install pnpm
97
97
uses : pnpm/action-setup@v2
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
24
24
- name : Install pnpm
25
25
uses : pnpm/action-setup@v2
Original file line number Diff line number Diff line change 21
21
github.event.workflow_run.event == 'pull_request' &&
22
22
github.event.workflow_run.conclusion == 'success'
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
26
26
- name : Install pnpm
27
27
uses : pnpm/action-setup@v2
You can’t perform that action at this time.
0 commit comments