From 6ccd92f57d20778df861016b2b8060b64dd41352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 01:33:35 +0000 Subject: [PATCH] Bump gap-actions/build-pkg from 1 to 2 Bumps [gap-actions/build-pkg](https://github.com/gap-actions/build-pkg) from 1 to 2. - [Commits](https://github.com/gap-actions/build-pkg/compare/v1...v2) --- updated-dependencies: - dependency-name: gap-actions/build-pkg dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 119bc75..45c6d23 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -36,6 +36,6 @@ jobs: - uses: gap-actions/setup-gap@v3 with: gap-version: ${{ matrix.gap-version }} - - uses: gap-actions/build-pkg@v1 + - uses: gap-actions/build-pkg@v2 - uses: gap-actions/run-pkg-tests@v3 - uses: ./this-action/