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 11
11
if : github.actor != 'nektos/act'
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- uses : pnpm/action-setup@v4
16
16
with :
17
17
version : latest
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- uses : pnpm/action-setup@v4
21
21
with :
22
22
version : latest
69
69
if : failure() && github.event_name != 'merge_group' && github.actor != 'github-actions[bot]' && github.actor != 'nektos/act'
70
70
71
71
steps :
72
- - uses : actions/checkout@v4
72
+ - uses : actions/checkout@v5
73
73
with :
74
74
ref : ${{ github.ref }}
75
75
- uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 17
17
if : github.actor != 'nektos/act'
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- uses : pnpm/action-setup@v4
22
22
with :
23
23
version : latest
You can’t perform that action at this time.
0 commit comments