From 2c6c8409d4d4d3b8b54752955b3db55df39e1cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 00:01:39 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 9.1.2 to 9.1.3 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 9.1.2 to 9.1.3. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Commits](https://github.com/EndBug/add-and-commit/compare/v9.1.2...v9.1.3) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/fmt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fmt.yaml b/.github/workflows/fmt.yaml index 91afc35..9c099f1 100644 --- a/.github/workflows/fmt.yaml +++ b/.github/workflows/fmt.yaml @@ -14,7 +14,7 @@ jobs: - run: go fmt ./... - name: Commit fmt changes - uses: EndBug/add-and-commit@v9.1.2 + uses: EndBug/add-and-commit@v9.1.3 with: add: '*' author_name: root