File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ jobs:
6767 ABI : ${{ matrix.ABI }}
6868 CONFIGFLAGS : --disable-hpcombi
6969 - name : " Run Semigroups package's tst/teststandard.g"
70- uses : gap-actions/run-pkg-tests@v2
70+ uses : gap-actions/run-pkg-tests@v3
7171 - uses : gap-actions/process-coverage@v2
7272 - uses : codecov/codecov-action@v5
7373 - name : " Run GAP's tst/testinstall.g"
74- uses : gap-actions/run-pkg-tests@v2
74+ uses : gap-actions/run-pkg-tests@v3
7575 with :
7676 GAP_TESTFILE : " ci/run-gap-testinstall.g"
7777
Original file line number Diff line number Diff line change 3232 with :
3333 CONFIGFLAGS : --disable-hpcombi --enable-debug
3434 - name : " Run Semigroups package's tst/teststandard.g"
35- uses : gap-actions/run-pkg-tests@v2
35+ uses : gap-actions/run-pkg-tests@v3
3636
3737 enable-hpcombi :
3838 runs-on : " ubuntu-latest"
@@ -49,11 +49,11 @@ jobs:
4949 with :
5050 ABI : 64
5151 - name : " Run Semigroups package's tst/teststandard.g"
52- uses : gap-actions/run-pkg-tests@v2
52+ uses : gap-actions/run-pkg-tests@v3
5353 - uses : gap-actions/process-coverage@v2
5454 - uses : codecov/codecov-action@v5
5555 - name : " Run GAP's tst/testinstall.g"
56- uses : gap-actions/run-pkg-tests@v2
56+ uses : gap-actions/run-pkg-tests@v3
5757 with :
5858 GAP_TESTFILE : " ci/run-gap-testinstall.g"
5959
9696 with : # we use --with-external-fmt since this is available from conda
9797 CONFIGFLAGS : --disable-hpcombi --with-external-libsemigroups --enable-fmt --with-external-fmt
9898 - name : " Run Semigroups package's tst/teststandard.g"
99- uses : gap-actions/run-pkg-tests@v2
99+ uses : gap-actions/run-pkg-tests@v3
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ jobs:
6060 ABI : ${{ matrix.ABI }}
6161 CONFIGFLAGS : --disable-hpcombi
6262 - name : " Run GAP's tst/teststandard.g"
63- uses : gap-actions/run-pkg-tests@v2
63+ uses : gap-actions/run-pkg-tests@v3
6464 with :
6565 GAP_TESTFILE : " ci/run-gap-teststandard.g"
6666 - name : " Run GAP's tst/testbugfix.g"
67- uses : gap-actions/run-pkg-tests@v2
67+ uses : gap-actions/run-pkg-tests@v3
6868 with :
6969 GAP_TESTFILE : " ci/run-gap-testbugfix.g"
7070
You can’t perform that action at this time.
0 commit comments