Skip to content

Commit 2754393

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

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/config_options.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cd ${GAPROOT}/pkg
6868
../bin/BuildPackages.sh --strict io orb datastructures grape NautyTracesInterface
6969
- name: Build Digraphs . . .
70-
uses: gap-actions/build-pkg@v2
70+
uses: gap-actions/build-pkg@v3
7171
with:
7272
CONFIGFLAGS: ${{ matrix.bliss }} ${{ matrix.planarity }}
7373
coverage: false
@@ -115,7 +115,7 @@ jobs:
115115
cd ${GAPROOT}/pkg
116116
../bin/BuildPackages.sh --strict io orb datastructures grape NautyTracesInterface
117117
- name: Build Digraphs . . .
118-
uses: gap-actions/build-pkg@v2
118+
uses: gap-actions/build-pkg@v3
119119
with:
120120
CONFIGFLAGS: ${{ matrix.debug }} ${{ matrix.without-intrinsics }} ${{ matrix.warnings && '--enable-compile-warnings WARNING_CXXFLAGS="-Werror" WARNING_CFLAGS="-Werror"' || '' }}
121121
coverage: false

.github/workflows/os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cd ${GAPROOT}/pkg
8282
../bin/BuildPackages.sh --strict ${{ matrix.pkgs-to-build }}
8383
- name: Build Digraphs . . .
84-
uses: gap-actions/build-pkg@v2
84+
uses: gap-actions/build-pkg@v3
8585
env:
8686
ABI: ${{ matrix.ABI }}
8787
with:

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
gap-version: ${{ matrix.gap-version }}
5757
- name: "Build Digraphs . . ."
58-
uses: gap-actions/build-pkg@v2
58+
uses: gap-actions/build-pkg@v3
5959
- name: "Clone additional GAP packages . . ."
6060
run: |
6161
for PKG in ${{ matrix.pkgs-to-clone }}; do

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cd ${GAPROOT}/pkg
4949
../bin/BuildPackages.sh --strict io orb datastructures grape NautyTracesInterface
5050
- name: "Build Digraphs . . ."
51-
uses: gap-actions/build-pkg@v2
51+
uses: gap-actions/build-pkg@v3
5252
- name: "Run DigraphsTestInstall . . ."
5353
uses: gap-actions/run-pkg-tests@v4
5454
with:

0 commit comments

Comments
 (0)