From 627bd03aefd06a4e673d3ca41348c72d8fe8ef51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 12:06:15 +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.0.1 to 6.1.0 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/96703334b4d689ea01dce353220c651e294e3261...36416a96be10a6cc7170e7c9c63656d4092f78b2) --- updated-dependencies: - dependency-name: buildpacks/github-actions/setup-pack dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor 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 5d680dc..abd41d0 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@96703334b4d689ea01dce353220c651e294e3261 # v6.0.1 + uses: buildpacks/github-actions/setup-pack@36416a96be10a6cc7170e7c9c63656d4092f78b2 # v6.1.0 - name: Pull builder image run: docker pull '${{ env.INTEGRATION_TEST_BUILDER }}' - name: Pull run image