From bdf7dc1be6f6b17ac2acfe170f56c5c84cb6b5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:34:35 +0000 Subject: [PATCH] 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](https://github.com/gap-actions/build-pkg/compare/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] --- .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 1fb92be..9fc2e07 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@v2 + - uses: gap-actions/build-pkg@v3 - uses: gap-actions/run-pkg-tests@v4 - uses: ./this-action/