From 96516a087f1168fe4aff5d5488188c27cff8a3eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 18:00:58 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4.8.0 to 4.16.0 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.8.0 to 4.16.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.8.0...v4.16.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-gomod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-gomod.yaml b/.github/workflows/dependabot-gomod.yaml index 5059331257..bbf3ae6bb8 100644 --- a/.github/workflows/dependabot-gomod.yaml +++ b/.github/workflows/dependabot-gomod.yaml @@ -22,7 +22,7 @@ jobs: run: | go mod tidy - name: commit changes - uses: stefanzweifel/git-auto-commit-action@v4.8.0 + uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: Vendor and tidy go modules commit_options: '--no-verify --signoff'