From 7612b4ab70841e72c39edec81ac33cf3c0f0bad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:47:00 +0100 Subject: [PATCH] Bump buildpacks/github-actions from 5.7.1 to 5.7.2 (#123) Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.7.1...v5.7.2) --- 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 025c8e6..dfa4bb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.7.3 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.7.1 + uses: buildpacks/github-actions/setup-pack@v5.7.2 - name: Pull builder image run: docker pull ${{ env.INTEGRATION_TEST_CNB_BUILDER }} # The integration tests are annotated with the `ignore` attribute, allowing us to run