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