File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
2424 - stable-4.10
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - uses : gap-actions/setup-gap@v2
2929 with :
3030 GAPBRANCH : ${{ matrix.gap-branch }}
3131 - uses : gap-actions/build-pkg@v1
3232 - uses : gap-actions/build-pkg-docs@v1 # build docs so that manual examples are extracted as tests
33- - uses : gap-actions/run-pkg-tests@v2
34- - uses : gap-actions/run-pkg-tests@v2
33+ - uses : gap-actions/run-pkg-tests@v3
34+ - uses : gap-actions/run-pkg-tests@v3
3535 with :
3636 only-needed : true
3737 - uses : gap-actions/process-coverage@v2
4747 if : ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
4848
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151 - uses : gap-actions/setup-gap@v2
5252 - uses : gap-actions/build-pkg-docs@v1
5353 with :
You can’t perform that action at this time.
0 commit comments