Skip to content

Commit c6dac1e

Browse files
dependabot[bot]james-d-mitchell
authored andcommitted
build(deps): bump gap-actions/run-pkg-tests from 2 to 3
Bumps [gap-actions/run-pkg-tests](https://github.com/gap-actions/run-pkg-tests) from 2 to 3. - [Commits](gap-actions/run-pkg-tests@v2...v3) --- updated-dependencies: - dependency-name: gap-actions/run-pkg-tests dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0ab022 commit c6dac1e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/config-options.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

@@ -96,4 +96,4 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)