Skip to content

Commit 212ab01

Browse files
Bump gap-actions/setup-gap from 2 to 3
Bumps [gap-actions/setup-gap](https://github.com/gap-actions/setup-gap) from 2 to 3. - [Commits](gap-actions/setup-gap@v2...v3) --- updated-dependencies: - dependency-name: gap-actions/setup-gap dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98452fc commit 212ab01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v5
6868
with:
6969
path: this-action/
70-
- uses: gap-actions/setup-gap@v2
70+
- uses: gap-actions/setup-gap@v3
7171
with:
7272
GAP_PKGS_TO_BUILD: ''
7373
- uses: gap-actions/build-pkg@v1
@@ -129,7 +129,7 @@ jobs:
129129
uses: actions/checkout@v5
130130
with:
131131
path: this-action/
132-
- uses: gap-actions/setup-gap@v2
132+
- uses: gap-actions/setup-gap@v3
133133
with:
134134
GAP_PKGS_TO_BUILD: ''
135135
- uses: gap-actions/build-pkg@v1

0 commit comments

Comments
 (0)