From 03e9d2c8dd9124c321fb18f6bfebc4e887999e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:59:18 +0000 Subject: [PATCH 1/2] Bump buildpacks/github-actions from 5.8.3 to 5.8.4 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.3 to 5.8.4. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.8.3...v5.8.4) --- 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 79a2c95..512f69e 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.8.3 + uses: buildpacks/github-actions/setup-pack@v5.8.4 - name: Install Crane - uses: buildpacks/github-actions/setup-tools@v5.8.3 + uses: buildpacks/github-actions/setup-tools@v5.8.4 - name: Login to Docker Hub uses: docker/login-action@v3.3.0 @@ -299,7 +299,7 @@ jobs: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.8.3 + uses: buildpacks/github-actions/setup-pack@v5.8.4 - name: Generate CNB files run: | @@ -345,7 +345,7 @@ jobs: include: ${{ fromJSON(needs.compile.outputs.buildpacks) }} steps: - name: Install crane - uses: buildpacks/github-actions/setup-tools@v5.8.3 + uses: buildpacks/github-actions/setup-tools@v5.8.4 - name: Check if version is already in the registry id: check @@ -399,7 +399,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} - name: Install crane - uses: buildpacks/github-actions/setup-tools@v5.8.3 + uses: buildpacks/github-actions/setup-tools@v5.8.4 - name: Install Languages CLI uses: heroku/languages-github-actions/.github/actions/install-languages-cli@main From 0b76503ea4d8f0b8b9e1de89ea267129282c05b7 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:59:56 +0000 Subject: [PATCH 2/2] Bump request-add-entry version to match --- .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 512f69e..d3c1139 100644 --- a/.github/workflows/_buildpacks-release.yml +++ b/.github/workflows/_buildpacks-release.yml @@ -363,7 +363,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.7.4 + uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.8.4 with: token: ${{ secrets.cnb_registry_token }} id: ${{ matrix.buildpack_id }}