From 4657a61f0dcdbcf485b96479bed8e7369436ed78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 09:03:40 -0300 Subject: [PATCH] chore(deps): bump stefanzweifel/git-auto-commit-action (#1851) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from v4.5.1 to v4.6.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.5.1...5c9bfe7477fd67ca1ffc9fed4a69fb7a6a46dcfe) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gosum.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosum.yml b/.github/workflows/gosum.yml index cd346ba01..0e33f748a 100644 --- a/.github/workflows/gosum.yml +++ b/.github/workflows/gosum.yml @@ -26,7 +26,7 @@ jobs: run: | rm -f go.sum go mod tidy - - uses: stefanzweifel/git-auto-commit-action@v4.5.1 + - uses: stefanzweifel/git-auto-commit-action@v4.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: