diff --git a/.github/workflows/gosum.yaml b/.github/workflows/gosum.yaml index 33e4f63..df18a73 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.2 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: ":hammer: Tidy up the Go modules"