From f2c8c72c3aca8122a0695591c7f834164d9f4d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 13:49:52 +0000 Subject: [PATCH] Bump buildpacks/github-actions/setup-pack in the github-actions group Bumps the github-actions group with 1 update: [buildpacks/github-actions/setup-pack](https://github.com/buildpacks/github-actions). Updates `buildpacks/github-actions/setup-pack` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/36416a96be10a6cc7170e7c9c63656d4092f78b2...af8c06ccd592e27001cbf78083dcc9b47aa6652a) --- updated-dependencies: - dependency-name: buildpacks/github-actions/setup-pack dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... 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 abd41d0..2e17b37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@36416a96be10a6cc7170e7c9c63656d4092f78b2 # v6.1.0 + uses: buildpacks/github-actions/setup-pack@af8c06ccd592e27001cbf78083dcc9b47aa6652a # v6.1.1 - name: Pull builder image run: docker pull '${{ env.INTEGRATION_TEST_BUILDER }}' - name: Pull run image