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 1111 if : github.actor != 'nektos/act'
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : pnpm/action-setup@v4
1616 with :
1717 version : latest
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : pnpm/action-setup@v4
2121 with :
2222 version : latest
6969 if : failure() && github.event_name != 'merge_group' && github.actor != 'github-actions[bot]' && github.actor != 'nektos/act'
7070
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v5
7373 with :
7474 ref : ${{ github.ref }}
7575 - uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 1717 if : github.actor != 'nektos/act'
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : pnpm/action-setup@v4
2222 with :
2323 version : latest
You can’t perform that action at this time.
0 commit comments