Skip to content

Commit

Permalink
Bump buildpacks/github-actions from 5.7.1 to 5.7.2 (#232)
Browse files Browse the repository at this point in the history
* Bump buildpacks/github-actions from 5.7.1 to 5.7.2

Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](buildpacks/github-actions@v5.7.1...v5.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update the container image to 5.7.2 too

I've confirmed it exists now at:
https://github.com/orgs/buildpacks/packages/container/actions%2Fregistry%2Frequest-add-entry/versions?filters%5Bversion_type%5D=tagged

---------

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 Jun 18, 2024
1 parent 04d2e26 commit 105a41b
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 @@ -174,10 +174,10 @@ jobs:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1

- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.7.1
uses: buildpacks/github-actions/setup-pack@v5.7.2

- name: Install Crane
uses: buildpacks/github-actions/setup-tools@v5.7.1
uses: buildpacks/github-actions/setup-tools@v5.7.2

- name: Login to Docker Hub
uses: docker/login-action@v3.2.0
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1

- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.7.1
uses: buildpacks/github-actions/setup-pack@v5.7.2

- name: Generate CNB files
run: |
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
include: ${{ fromJSON(needs.compile.outputs.buildpacks) }}
steps:
- name: Install crane
uses: buildpacks/github-actions/setup-tools@v5.7.1
uses: buildpacks/github-actions/setup-tools@v5.7.2

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

- name: Install crane
uses: buildpacks/github-actions/setup-tools@v5.7.1
uses: buildpacks/github-actions/setup-tools@v5.7.2

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

0 comments on commit 105a41b

Please sign in to comment.