From c57504f312fcb5228b8e1257c4b60fdfb7ac0f4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:30:55 +0000 Subject: [PATCH] build(deps): bump Jerome1337/gofmt-action from 1.0.4 to 1.0.5 Bumps [Jerome1337/gofmt-action](https://github.com/jerome1337/gofmt-action) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/jerome1337/gofmt-action/releases) - [Commits](https://github.com/jerome1337/gofmt-action/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: Jerome1337/gofmt-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gofmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gofmt.yml b/.github/workflows/gofmt.yml index b780f27a..be08f8fb 100644 --- a/.github/workflows/gofmt.yml +++ b/.github/workflows/gofmt.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 - name: Check gofmt - uses: Jerome1337/gofmt-action@v1.0.4 + uses: Jerome1337/gofmt-action@v1.0.5 with: gofmt-path: './' gofmt-flags: -l -s