From e4d1bd7101347e45436bacf39456e19dec151911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:55:48 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.5.4 to 5.7.0 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.5.4 to 5.7.0. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.5.4...v5.7.0) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_buildpacks-release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_buildpacks-release.yml b/.github/workflows/_buildpacks-release.yml index 9f27235..5d90762 100644 --- a/.github/workflows/_buildpacks-release.yml +++ b/.github/workflows/_buildpacks-release.yml @@ -174,10 +174,10 @@ jobs: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.6.0 + uses: buildpacks/github-actions/setup-pack@v5.7.0 - name: Install Crane - uses: buildpacks/github-actions/setup-tools@v5.5.4 + uses: buildpacks/github-actions/setup-tools@v5.7.0 - name: Login to Docker Hub uses: docker/login-action@v3.1.0 @@ -294,7 +294,7 @@ jobs: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.6.0 + uses: buildpacks/github-actions/setup-pack@v5.7.0 - name: Generate CNB files run: | @@ -339,7 +339,7 @@ jobs: include: ${{ fromJSON(needs.compile.outputs.buildpacks) }} steps: - name: Install crane - uses: buildpacks/github-actions/setup-tools@v5.6.0 + uses: buildpacks/github-actions/setup-tools@v5.7.0 - name: Check if version is already in the registry id: check @@ -391,7 +391,7 @@ jobs: token: ${{ steps.generate-token.outputs.app_token }} - name: Install crane - uses: buildpacks/github-actions/setup-tools@v5.6.0 + uses: buildpacks/github-actions/setup-tools@v5.7.0 - name: Install Languages CLI uses: heroku/languages-github-actions/.github/actions/install-languages-cli@main