diff --git a/.github/workflows/_buildpacks-release.yml b/.github/workflows/_buildpacks-release.yml index 850c650b..ae8da7f1 100644 --- a/.github/workflows/_buildpacks-release.yml +++ b/.github/workflows/_buildpacks-release.yml @@ -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 @@ -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: | @@ -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 @@ -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 }} @@ -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