From 5a5df3d9c4a683526a971964b2a8c9384fa674f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:42:28 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.6.0 to 5.7.1 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.6.0 to 5.7.1. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.6.0...v5.7.1) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-minor ... 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 de0bf03..8f8441a 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.3 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.6.0 + uses: buildpacks/github-actions/setup-pack@v5.7.1 - name: Pull builder image run: docker pull ${{ env.INTEGRATION_TEST_BUILDER }} # The integration tests are annotated with the `ignore` attribute, allowing us to run