From 70ec6056a93af4823a9bcd73216505e00e1893a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:48:55 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.12.3 to 5.12.5 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.12.3 to 5.12.5. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.12.3...v5.12.5) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-version: 5.12.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 740e017b2..7479041f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: - name: Install Dependencies run: sudo apt-get install make curl jq - name: Install pack - uses: buildpacks/github-actions/setup-pack@v5.12.3 + uses: buildpacks/github-actions/setup-pack@v5.12.5 - name: Test run: make test env: