diff --git a/.github/workflows/direct-push.yml b/.github/workflows/direct-push.yml index 9046022af6621..da1ee5dd9203c 100644 --- a/.github/workflows/direct-push.yml +++ b/.github/workflows/direct-push.yml @@ -27,7 +27,7 @@ jobs: if: steps.ismerge.outputs.ismerge != 'true' - name: Warn if the commit was a direct push if: steps.ismerge.outputs.ismerge != 'true' - uses: peter-evans/commit-comment@v2 + uses: peter-evans/commit-comment@v3 with: body: | @${{ github.actor }}, you pushed a commit directly to master/release branch