From cf45d21d9da006761992bcc809d1c58c1f9a44f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:02:34 +0000 Subject: [PATCH] build(deps): bump chainguard-dev/actions from 1.6.19 to 1.6.21 Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.6.19 to 1.6.21. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/c69a264ec2a5934c3186c618f368fc1c86f16cff...05fbd381f7c158bd33c9bbf3a28f67852269fdf8) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-samples.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-samples.yml b/.github/workflows/build-samples.yml index 53f4900ad..776bc5c99 100644 --- a/.github/workflows/build-samples.yml +++ b/.github/workflows/build-samples.yml @@ -187,7 +187,7 @@ jobs: with: go-version-file: 'go.mod' check-latest: true - - uses: chainguard-dev/actions/setup-registry@c69a264ec2a5934c3186c618f368fc1c86f16cff # v1.6.19 + - uses: chainguard-dev/actions/setup-registry@05fbd381f7c158bd33c9bbf3a28f67852269fdf8 # v1.6.21 with: port: 5000 @@ -253,7 +253,7 @@ jobs: with: go-version-file: 'go.mod' check-latest: true - - uses: chainguard-dev/actions/setup-registry@c69a264ec2a5934c3186c618f368fc1c86f16cff # v1.6.19 + - uses: chainguard-dev/actions/setup-registry@05fbd381f7c158bd33c9bbf3a28f67852269fdf8 # v1.6.21 with: port: 5000 @@ -320,7 +320,7 @@ jobs: go-version-file: 'go.mod' check-latest: true - uses: imjasonh/setup-crane@59c71e96a00b28651f10369ba3359a6d730740a0 # v0.6 - - uses: chainguard-dev/actions/setup-registry@c69a264ec2a5934c3186c618f368fc1c86f16cff # v1.6.19 + - uses: chainguard-dev/actions/setup-registry@05fbd381f7c158bd33c9bbf3a28f67852269fdf8 # v1.6.21 with: port: 5000 - run: |