Skip to content

Commit

Permalink
Bump buildpacks/github-actions from 5.5.3 to 5.5.4 (#205)
Browse files Browse the repository at this point in the history
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](buildpacks/github-actions@v5.5.3...v5.5.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent f926832 commit 26ad0f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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/[email protected].3
uses: buildpacks/github-actions/[email protected].4

- 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/[email protected].3
uses: buildpacks/github-actions/[email protected].4

- 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/[email protected].3
uses: buildpacks/github-actions/[email protected].4

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

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

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

0 comments on commit 26ad0f6

Please sign in to comment.