Skip to content

Commit

Permalink
Bump buildpacks/github-actions from 5.7.4 to 5.8.3
Browse files Browse the repository at this point in the history
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.7.4 to 5.8.3.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](buildpacks/github-actions@v5.7.4...v5.8.3)

---
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>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 1e3853a commit 5ecf449
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 @@ -174,10 +174,10 @@ jobs:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 1

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

- name: Install Crane
uses: buildpacks/github-actions/setup-tools@v5.7.4
uses: buildpacks/github-actions/setup-tools@v5.8.3

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

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

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

- name: Check if version is already in the registry
id: check
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}

- name: Install crane
uses: buildpacks/github-actions/setup-tools@v5.7.4
uses: buildpacks/github-actions/setup-tools@v5.8.3

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

0 comments on commit 5ecf449

Please sign in to comment.