From a32e79d79f53a7ace594f25e4be756b1d691c37d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:12:45 +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.30 to 1.6.31. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/9d631658f55713e5f63ca0cc21ee168f81301fd9...bed8050123fff65538e2db1902ff9404030c0221) --- updated-dependencies: - dependency-name: chainguard-dev/actions/setup-registry dependency-version: 1.6.31 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 3ff83fc3..b0f40c59 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@9d631658f55713e5f63ca0cc21ee168f81301fd9 # v1.6.30 + - uses: chainguard-dev/actions/setup-registry@bed8050123fff65538e2db1902ff9404030c0221 # v1.6.31 if: inputs.registry == '' with: port: 5000