Skip to content

Commit

Permalink
Bump buildpacks/github-actions from 5.8.4 to 5.8.5 (#278)
Browse files Browse the repository at this point in the history
* Bump buildpacks/github-actions from 5.8.4 to 5.8.5

Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.4 to 5.8.5.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](buildpacks/github-actions@v5.8.4...v5.8.5)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump the container image too

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
dependabot[bot] and edmorley authored Jan 7, 2025
1 parent ae35506 commit ae60a3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/_buildpacks-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ jobs:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1

- name: Install Pack CLI
uses: buildpacks/github-actions/[email protected].4
uses: buildpacks/github-actions/[email protected].5

- name: Install Crane
uses: buildpacks/github-actions/[email protected].4
uses: buildpacks/github-actions/[email protected].5

- name: Login to Docker Hub
uses: docker/[email protected]
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1

- name: Install Pack CLI
uses: buildpacks/github-actions/[email protected].4
uses: buildpacks/github-actions/[email protected].5

- name: Generate CNB files
run: |
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
include: ${{ fromJSON(needs.compile.outputs.buildpacks) }}
steps:
- name: Install crane
uses: buildpacks/github-actions/[email protected].4
uses: buildpacks/github-actions/[email protected].5

- name: Check if version is already in the registry
id: check
Expand All @@ -366,7 +366,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.8.4
uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.8.5
with:
token: ${{ secrets.cnb_registry_token }}
id: ${{ matrix.buildpack_id }}
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}

- name: Install crane
uses: buildpacks/github-actions/[email protected].4
uses: buildpacks/github-actions/[email protected].5

- name: Install Languages CLI
uses: heroku/languages-github-actions/.github/actions/install-languages-cli@main
Expand Down

0 comments on commit ae60a3a

Please sign in to comment.