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
if : github.actor != 'nektos/act'
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- uses : pnpm/action-setup@v4
17
17
with :
18
18
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
50
50
if : failure() && github.event_name != 'merge_group' && github.actor != 'github-actions[bot]' && github.actor != 'nektos/act'
51
51
52
52
steps :
53
- - uses : actions/checkout@v4
53
+ - uses : actions/checkout@v5
54
54
with :
55
55
ref : ${{ github.ref }}
56
56
- 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