Skip to content

Commit

Permalink
Bump buildpacks/github-actions from 5.5.4 to 5.6.0 (#214)
Browse files Browse the repository at this point in the history
* 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](buildpacks/github-actions@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] <support@github.com>

* Bump the container image version too

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and edmorley committed Apr 28, 2024
1 parent d3dcac7 commit 8838539
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/_buildpacks-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand All @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8838539

Please sign in to comment.