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 @@ -30,14 +30,14 @@ jobs:
3030 - stable-4.12
3131
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - uses : gap-actions/setup-gap@v2
3535 with :
3636 GAP_PKGS_TO_BUILD : " datastructures digraphs json io profiling orb semigroups"
3737 GAPBRANCH : ${{ matrix.gap-branch }}
3838 - uses : gap-actions/build-pkg@v1
39- - uses : gap-actions/run-pkg-tests@v2
40- - uses : gap-actions/run-pkg-tests@v2
39+ - uses : gap-actions/run-pkg-tests@v3
40+ - uses : gap-actions/run-pkg-tests@v3
4141 with :
4242 only-needed : true
4343 - uses : gap-actions/process-coverage@v2
5151 runs-on : ubuntu-latest
5252
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555 - uses : gap-actions/setup-gap@v2
5656 with :
5757 GAP_PKGS_TO_BUILD : " datastructures digraphs json io profiling orb semigroups"
You can’t perform that action at this time.
0 commit comments