From e558e8793f672aff97ae2737e1e63d5c0b231433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 10:31:51 -0400 Subject: [PATCH] Bump buildpacks/github-actions from 5.1.0 to 5.2.0 (#146) Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.1.0...v5.2.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 | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be2dd05b..4846cce4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.4.0 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.1.0 + uses: buildpacks/github-actions/setup-pack@v5.2.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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7afb8b69..af43c3ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,10 @@ jobs: - id: setup-pack name: "Setup pack" - uses: buildpacks/github-actions/setup-pack@v5.1.0 + uses: buildpacks/github-actions/setup-pack@v5.2.0 - name: Install yj - uses: buildpacks/github-actions/setup-tools@v5.1.0 + uses: buildpacks/github-actions/setup-tools@v5.2.0 - id: install-musl-tools run: sudo apt-get install musl-tools