diff --git a/.github/workflows/gosum.yaml b/.github/workflows/gosum.yaml index aabbd1c..881eafe 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@v6.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: ":hammer: Tidy up the Go modules"