From 391db38a56f2dc6eb33acf8f2c538ab674c223f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 05:33:24 +0000 Subject: [PATCH] :arrow_up: Bump peter-evans/create-pull-request from v3.5.0 to v3.5.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from v3.5.0 to v3.5.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.5.0...ce699aa2d108e9d04fde047a71e44b2bf444b6dc) Signed-off-by: dependabot[bot] --- .github/workflows/gosum.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosum.yaml b/.github/workflows/gosum.yaml index 33e4f63..09cdde8 100644 --- a/.github/workflows/gosum.yaml +++ b/.github/workflows/gosum.yaml @@ -27,7 +27,7 @@ jobs: go mod tidy - name: Create Pull Request - uses: peter-evans/create-pull-request@v3.5.0 + uses: peter-evans/create-pull-request@v3.5.1 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: ":hammer: Tidy up the Go modules"