From 9ca258e7bb24f0b60f7e669837a942cffec63bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:13:06 +0000 Subject: [PATCH] Bump chainguard-dev/actions from 1.6.1 to 1.6.2 Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/0cf1221da92242205c2d9f8a63add344ebd6b304...a601adc7b134a61c9110e17c6ebcdff5e2e53bdc) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.2 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 c83255b7..c8bae7cf 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@0cf1221da92242205c2d9f8a63add344ebd6b304 # v1.6.1 + - uses: chainguard-dev/actions/setup-registry@a601adc7b134a61c9110e17c6ebcdff5e2e53bdc # v1.6.2 if: inputs.registry == '' with: port: 5000