From 03c4a7822f0b76203d6f57aa4f523c3e0e7949c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:20:50 +0000 Subject: [PATCH] chore(deps): Bump chainguard-dev/actions/setup-registry Bumps [chainguard-dev/actions/setup-registry](https://github.com/chainguard-dev/actions) from 1.6.27 to 1.6.29. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/4d37df0d85a91f619edc34a8803323033cdcb124...b2555de0cf9724fb9b49d050ff18bd1f49562ba7) --- updated-dependencies: - dependency-name: chainguard-dev/actions/setup-registry dependency-version: 1.6.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/.build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.build.yaml b/.github/workflows/.build.yaml index 52784ecd..cdd00df4 100644 --- a/.github/workflows/.build.yaml +++ b/.github/workflows/.build.yaml @@ -30,7 +30,7 @@ jobs: terraform_wrapper: false # Setup local registry - - uses: chainguard-dev/actions/setup-registry@4d37df0d85a91f619edc34a8803323033cdcb124 # v1.6.27 + - uses: chainguard-dev/actions/setup-registry@b2555de0cf9724fb9b49d050ff18bd1f49562ba7 # v1.6.29 if: inputs.registry == '' with: port: 5000