From 534b47398d1f69d87849958f7f108da0b37c1369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:42:23 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.12.3 to 5.12.4 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.12.3 to 5.12.4. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.12.3...v5.12.4) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-version: 5.12.4 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..448aad814 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.4 - name: Test run: make test env: