From b347f6b5939852449b4607db32665234b76c9cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:46:23 +0000 Subject: [PATCH] Bump chainguard-dev/actions from 1.4.13 to 1.4.14 Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.4.13 to 1.4.14. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](https://github.com/chainguard-dev/actions/compare/3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09...f632aec66edeebe245ad686a33a0c0a2160cac31) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.4.14 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 331e758b..8a3a9413 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@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # v1.4.13 + - uses: chainguard-dev/actions/setup-registry@f632aec66edeebe245ad686a33a0c0a2160cac31 # v1.4.14 if: inputs.registry == '' with: port: 5000