From 44887a52470023a4fe21350bbaa684397e8efe07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:01:28 +0000 Subject: [PATCH] Bump buildpacks/github-actions in the github-actions group Bumps the github-actions group with 1 update: [buildpacks/github-actions](https://github.com/buildpacks/github-actions). Updates `buildpacks/github-actions` from 5.9.7 to 5.10.0 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/88d61b2f0183a156d3e0526e95cc19ab55daae5c...04ab0323472d0da53769093d940a4956477636a2) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2350257..ed862cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - name: Install Pack CLI - uses: buildpacks/github-actions/setup-pack@88d61b2f0183a156d3e0526e95cc19ab55daae5c # v5.9.7 + uses: buildpacks/github-actions/setup-pack@04ab0323472d0da53769093d940a4956477636a2 # v5.10.0 - name: Pull builder image run: docker pull '${{ env.INTEGRATION_TEST_BUILDER }}' - name: Pull run image