From 856fb35dc16c7a9c0b399619d40186e73e8a333f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:46:56 +0000 Subject: [PATCH 1/2] 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] --- .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 70ffb65..0450df9 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 @@ -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 From 7bceed4ef242f309ba468739cbbd83be33624ef0 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:09:08 +0100 Subject: [PATCH 2/2] Bump container action version to 5.7.1 too --- .github/workflows/_buildpacks-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_buildpacks-release.yml b/.github/workflows/_buildpacks-release.yml index 0450df9..956f418 100644 --- a/.github/workflows/_buildpacks-release.yml +++ b/.github/workflows/_buildpacks-release.yml @@ -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 }}