From 55f438725fbdbc301584ab4d3999faa9f1a4cf03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:43:45 +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.0 to 6.0.1 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/c1c71086a0e89a65c04ea113390227fd7f05d9df...96703334b4d689ea01dce353220c651e294e3261) --- updated-dependencies: - dependency-name: buildpacks/github-actions/setup-pack dependency-version: 6.0.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 b40980f..75ed0c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@c1c71086a0e89a65c04ea113390227fd7f05d9df # v6.0.0 + uses: buildpacks/github-actions/setup-pack@96703334b4d689ea01dce353220c651e294e3261 # v6.0.1 - name: Pull builder image run: docker pull '${{ env.INTEGRATION_TEST_BUILDER }}' - name: Pull run image