From 6b6b4a1fb383f5ccd82e47d1fc54d0bb12039df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:09:35 +0100 Subject: [PATCH] Bump buildpacks/github-actions from 5.7.0 to 5.7.1 (#227) * Bump buildpacks/github-actions from 5.7.0 to 5.7.1 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.7.0 to 5.7.1. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.7.0...v5.7.1) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump container action version to 5.7.1 too --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com> --- .github/workflows/_buildpacks-release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_buildpacks-release.yml b/.github/workflows/_buildpacks-release.yml index 70ffb65..956f418 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.7.0 + uses: buildpacks/github-actions/setup-pack@v5.7.1 - name: Install Crane - uses: buildpacks/github-actions/setup-tools@v5.7.0 + uses: buildpacks/github-actions/setup-tools@v5.7.1 - name: Login to Docker Hub uses: docker/login-action@v3.2.0 @@ -294,7 +294,7 @@ jobs: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.7.0 + uses: buildpacks/github-actions/setup-pack@v5.7.1 - 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.7.0 + uses: buildpacks/github-actions/setup-tools@v5.7.1 - name: Check if version is already in the registry id: check @@ -357,7 +357,7 @@ jobs: - name: Register the new version with the CNB Buildpack Registry if: inputs.dry_run == false && steps.check.outputs.published_to_cnb_registry == 'false' - uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.6.0 + uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.7.1 with: token: ${{ secrets.cnb_registry_token }} id: ${{ matrix.buildpack_id }} @@ -391,7 +391,7 @@ jobs: token: ${{ steps.generate-token.outputs.app_token }} - name: Install crane - uses: buildpacks/github-actions/setup-tools@v5.7.0 + uses: buildpacks/github-actions/setup-tools@v5.7.1 - name: Install Languages CLI uses: heroku/languages-github-actions/.github/actions/install-languages-cli@main