From c9e0cf7ab6efe96c2fd0c8982bfd5a2539e2d1bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 12:44:56 +0000 Subject: [PATCH 1/2] Bump buildpacks/github-actions from 5.5.4 to 5.6.0 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.5.4 to 5.6.0. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.5.4...v5.6.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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_buildpacks-release.yml b/.github/workflows/_buildpacks-release.yml index 850c650b..a12eb5f1 100644 --- a/.github/workflows/_buildpacks-release.yml +++ b/.github/workflows/_buildpacks-release.yml @@ -175,7 +175,7 @@ jobs: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.5.4 + uses: buildpacks/github-actions/setup-pack@v5.6.0 - name: Create Docker Image run: pack buildpack package ${{ matrix.buildpack_id }} --config ${{ matrix.buildpack_output_dir }}/package.toml -v @@ -213,7 +213,7 @@ jobs: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.5.4 + uses: buildpacks/github-actions/setup-pack@v5.6.0 - name: Generate CNB files run: | @@ -256,7 +256,7 @@ jobs: include: ${{ fromJSON(needs.compile.outputs.buildpacks) }} steps: - name: Install crane - uses: buildpacks/github-actions/setup-tools@v5.5.4 + uses: buildpacks/github-actions/setup-tools@v5.6.0 - name: Check if version is already in the registry id: check @@ -308,7 +308,7 @@ jobs: token: ${{ steps.generate-token.outputs.app_token }} - name: Install crane - uses: buildpacks/github-actions/setup-tools@v5.5.4 + uses: buildpacks/github-actions/setup-tools@v5.6.0 - name: Install Languages CLI uses: heroku/languages-github-actions/.github/actions/install-languages-cli@main From a01e7a15037c7942adeabb98ca337a095bfa6cbb Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:57:36 +0100 Subject: [PATCH 2/2] Bump the container image version 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 a12eb5f1..ae8da7f1 100644 --- a/.github/workflows/_buildpacks-release.yml +++ b/.github/workflows/_buildpacks-release.yml @@ -274,7 +274,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.5.3 + uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.6.0 with: token: ${{ secrets.cnb_registry_token }} id: ${{ matrix.buildpack_id }}