From fb9fa876b283879b62ab99cd3fe078cf0f1aab0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:59:52 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.7.4 to 5.8.6 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.7.4 to 5.8.6. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.7.4...v5.8.6) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cee22f5..faaf470 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,7 @@ jobs: run: docker login ghcr.io -u ${{ github.repository_owner }} -p ${GITHUB_API_TOKEN} - name: Install Pack if: github.ref == 'refs/heads/main' - uses: buildpacks/github-actions/setup-pack@v5.7.4 + uses: buildpacks/github-actions/setup-pack@v5.8.6 - name: Pack Build if: github.ref == 'refs/heads/main' run: |