From 3daafa9d9de012bcfe57bbab0500b7ce0046f681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:14:40 +0000 Subject: [PATCH] chore(deps): bump buildpacks/github-actions Bumps the gh-actions group with 1 update in the / directory: [buildpacks/github-actions](https://github.com/buildpacks/github-actions). Updates `buildpacks/github-actions` from 5.12.5 to 6.1.0 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](https://github.com/buildpacks/github-actions/compare/v5.12.5...v6.1.0) --- updated-dependencies: - dependency-name: buildpacks/github-actions dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-global-renkulab-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-global-renkulab-images.yml b/.github/workflows/build-global-renkulab-images.yml index 04ac2d3028..4ed13d0798 100644 --- a/.github/workflows/build-global-renkulab-images.yml +++ b/.github/workflows/build-global-renkulab-images.yml @@ -59,7 +59,7 @@ jobs: tags: | type=raw,value=${{ matrix.PLATFORM == 'linux/arm64' && 'arm64' || 'amd64' }} - name: Setup pack - uses: buildpacks/github-actions/setup-pack@v5.12.5 + uses: buildpacks/github-actions/setup-pack@v6.1.0 - name: Build image working-directory: ./global-images run: |