From 79bb4d17d83fc33f641a68be85a15cb6abe6104c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:33:22 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.8.7 to 5.8.8 (#324) Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.7 to 5.8.8. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.8.7...v5.8.8) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 1cfb8c8..e9480dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.7.7 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.8.7 + uses: buildpacks/github-actions/setup-pack@v5.8.8 - name: Pull builder image run: docker pull '${{ env.INTEGRATION_TEST_BUILDER }}' - name: Pull run image