From 1417f8c6f02a01667d1567e5ec406c5e7ab045d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 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.31 to 1.6.32. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/bed8050123fff65538e2db1902ff9404030c0221...7bd1e94b2a1b7faa891392757de7d89489070c5c) --- updated-dependencies: - dependency-name: chainguard-dev/actions/setup-registry dependency-version: 1.6.32 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 b0f40c59..836a2fa7 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@bed8050123fff65538e2db1902ff9404030c0221 # v1.6.31 + - uses: chainguard-dev/actions/setup-registry@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32 if: inputs.registry == '' with: port: 5000