From 7e86dd88377866c8888e7bcabde2d96c16e5e994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:26:45 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.8.1 to 5.8.8 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.8.1 to 5.8.8. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.8.1...v5.8.8) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ad3c8df..d6055f3 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -19,13 +19,13 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Pack CLI - uses: buildpacks/github-actions/setup-pack@v5.8.1 + uses: buildpacks/github-actions/setup-pack@v5.8.8 - name: Display Pack CLI run: pack --version - name: Set up Pack Tools - uses: buildpacks/github-actions/setup-tools@v5.8.1 + uses: buildpacks/github-actions/setup-tools@v5.8.8 - name: Display Pack Tools run: yj -v