This repository was archived by the owner on Mar 14, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 contents : write
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - uses : actions/setup-java@v4
2121 with :
Original file line number Diff line number Diff line change 1818 contents : read
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 - uses : docker/login-action@v3
2424 if : github.actor != 'dependabot[bot]'
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 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : pnpm/action-setup@v4
1818 with :
1919 version : latest
5454 if : failure() && github.event_name != 'merge_group' && github.actor != 'github-actions[bot]' && github.actor != 'nektos/act'
5555
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v5
5858 with :
5959 ref : ${{ github.head_ref || github.ref }}
6060 - uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change 1616 if : github.actor != 'nektos/act'
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : pnpm/action-setup@v4
2121 with :
2222 version : latest
Original file line number Diff line number Diff line change 1212 contents : write
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 ssh-key : ' ${{ secrets.SIGNING_KEY_PRIVATE }}'
1818 - uses : pnpm/action-setup@v4
You can’t perform that action at this time.
0 commit comments