From 6c388e2ad0324b5f5d2aa5268c66fd4b5927e9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 01:52:48 +0000 Subject: [PATCH] build(deps): bump chainguard-dev/actions from 1.6.4 to 1.6.5 in /gofmt Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.6.4 to 1.6.5. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](https://github.com/chainguard-dev/actions/compare/eab208ef2d05b13404296a5e194a6b237e8bb213...71714a76c3df10b544595a2294c16649dc3472e5) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gofmt/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gofmt/action.yaml b/gofmt/action.yaml index 26b010c1..cc0d3a0d 100644 --- a/gofmt/action.yaml +++ b/gofmt/action.yaml @@ -57,6 +57,6 @@ runs: done - name: Verify gofmt - uses: chainguard-dev/actions/nodiff@eab208ef2d05b13404296a5e194a6b237e8bb213 # v1.6.4 + uses: chainguard-dev/actions/nodiff@71714a76c3df10b544595a2294c16649dc3472e5 # v1.6.5 with: fixup-command: "gofmt ${{ inputs.args }}"