From 5ecf449cfb3c2eb03ec7041c60355c82e7d4a3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:44:36 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.7.4 to 5.8.3 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](https://github.com/buildpacks/github-actions/compare/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] --- .github/workflows/_buildpacks-release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_buildpacks-release.yml b/.github/workflows/_buildpacks-release.yml index 0a6d7a7..41519c5 100644 --- a/.github/workflows/_buildpacks-release.yml +++ b/.github/workflows/_buildpacks-release.yml @@ -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 @@ -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: | @@ -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 @@ -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