Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump buildpacks/github-actions from 5.5.4 to 5.6.0 #214

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 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/setup-pack@v5.5.4
uses: buildpacks/github-actions/setup-pack@v5.6.0

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

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

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

- name: Install crane
uses: buildpacks/github-actions/setup-tools@v5.5.4
uses: buildpacks/github-actions/setup-tools@v5.6.0

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