diff --git a/.github/workflows/gosum.yaml b/.github/workflows/gosum.yaml index aabbd1c..a04eb77 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@v4.1.2 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: ":hammer: Tidy up the Go modules"