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 @@ -33,16 +33,16 @@ jobs:
3333 - stable-4.9
3434
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - name : ' Install additional dependencies'
3838 run : sudo apt-get install 4ti2 libboost-all-dev # for NormalizInterface
3939 - uses : gap-actions/setup-gap@v2
4040 with :
4141 GAP_PKGS_TO_BUILD : " io profiling NormalizInterface"
4242 GAPBRANCH : ${{ matrix.gap-branch }}
4343 - uses : gap-actions/build-pkg@v1
44- - uses : gap-actions/run-pkg-tests@v2
45- - uses : gap-actions/run-pkg-tests@v2
44+ - uses : gap-actions/run-pkg-tests@v3
45+ - uses : gap-actions/run-pkg-tests@v3
4646 with :
4747 only-needed : true
4848 - uses : gap-actions/process-coverage@v2
5656 runs-on : ubuntu-latest
5757
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 - name : ' Install additional dependencies'
6161 run : sudo apt-get install 4ti2 libboost-all-dev # for NormalizInterface
6262 - uses : gap-actions/setup-gap@v2
You can’t perform that action at this time.
0 commit comments