Skip to content

Commit

Permalink
Bump buildpacks/github-actions from 5.5.4 to 5.7.0
Browse files Browse the repository at this point in the history
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.5.4 to 5.7.0.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](buildpacks/github-actions@v5.5.4...v5.7.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>
  • Loading branch information
dependabot[bot] committed Jun 1, 2024
1 parent 9cd15e0 commit 683ec87
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.6.0
uses: buildpacks/github-actions/setup-pack@v5.7.0

- name: Install Crane
uses: buildpacks/github-actions/setup-tools@v5.5.4
uses: buildpacks/github-actions/setup-tools@v5.7.0

- 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.6.0
uses: buildpacks/github-actions/setup-pack@v5.7.0

- 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.6.0
uses: buildpacks/github-actions/setup-tools@v5.7.0

- name: Check if version is already in the registry
id: check
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.6.0
uses: buildpacks/github-actions/setup-tools@v5.7.0

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

0 comments on commit 683ec87

Please sign in to comment.