File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
os : [ubuntu-latest]
20
20
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : pnpm/action-setup@v2
24
24
with :
25
25
version : 8
Original file line number Diff line number Diff line change 21
21
${{ github.ref == 'refs/heads/main' && github.event.workflow_run.conclusion == 'success' }}
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- uses : pnpm/action-setup@v2
26
26
with :
27
27
version : 8
49
49
${{ github.ref == 'refs/heads/next' && github.event.workflow_run.conclusion == 'success' }}
50
50
51
51
steps :
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
- uses : pnpm/action-setup@v2
54
54
with :
55
55
version : 8
Original file line number Diff line number Diff line change 14
14
os : [ubuntu-latest]
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- uses : pnpm/action-setup@v2
19
19
with :
20
20
version : 8
35
35
os : [ubuntu-latest]
36
36
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
- uses : pnpm/action-setup@v2
40
40
with :
41
41
version : 8
You can’t perform that action at this time.
0 commit comments