diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2569474c..49c9c6b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: run: make setup check - name: Comment PR if: ${{ failure() && github.event_name == 'pull_request' }} - uses: thollander/actions-comment-pull-request@1.0.2 + uses: thollander/actions-comment-pull-request@v2.5.0 with: message: 'Please consider formatting your code according to the standards described here: https://github.com/yukinarit/pyserde/blob/main/CONTRIBUTING.md' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}