From e759bb54d5bc7fd94dfbcad8782697ced7fae5b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:29:20 +0000 Subject: [PATCH] Bump buildpacks/github-actions from 5.9.7 to 5.11.0 Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.9.7 to 5.11.0. - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.9.7...v5.11.0) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 369118e47..bdc2e7b4e 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.9.7 + uses: buildpacks/github-actions/setup-pack@v5.11.0 with: pack-version: '0.38.2' - name: Test