diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f337126..227d52b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -46,7 +46,7 @@ jobs: - name: Comment lint errors if: steps.lint.outputs.body != '' - uses: peter-evans/commit-comment@v1 + uses: peter-evans/commit-comment@v2 with: body: ${{ steps.lint.outputs.body }}