diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4e2bc31..f84f609 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -36,7 +36,7 @@ jobs: creds_file: 'creds.example.json' - name: Comment - uses: mshick/add-pr-comment@v1 + uses: mshick/add-pr-comment@v2 with: message: | ```