From b1f27375aeb2f7f637210fc2c01aaa23897cb6f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 23:04:00 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.5.0 to 5.5.1 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 e703a4b..2f14971 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.5.0 + uses: buildpacks/github-actions/setup-pack@v5.5.1 - 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