diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 228cbf24..37d1c091 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -49,7 +49,7 @@ jobs: - name: Comment PR with needed changes if: failure() - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} filePath: ./formatted_diff.txt