From 234855eb160a5c1b81a4ca883dc282de8e8076f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 09:33:00 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.4.0 to 5.5.0 (#222) Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37683ec3..b74d655e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.7.1 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.4.0 + uses: buildpacks/github-actions/setup-pack@v5.5.0 - name: Run integration tests # Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests). run: cargo test --locked -- --ignored @@ -73,7 +73,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.7.1 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.4.0 + uses: buildpacks/github-actions/setup-pack@v5.5.0 - name: Pull builder image run: | docker pull "heroku/builder:22"