From 3ada415ed1159c7d4ed383871a5453c4beb177bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:15:35 +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.28. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/4d37df0d85a91f619edc34a8803323033cdcb124...fabe4ed3f66ceb5f8ec86ed7ae6d0c945ca362fb) --- updated-dependencies: - dependency-name: chainguard-dev/actions/setup-registry dependency-version: 1.6.28 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..ae5f9edd 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@fabe4ed3f66ceb5f8ec86ed7ae6d0c945ca362fb # v1.6.28 if: inputs.registry == '' with: port: 5000