diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index ff9a0839..d15b9140 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3.1.0 - name: Comment on Pull Request - uses: mshick/add-pr-comment@v1 + uses: mshick/add-pr-comment@v2 if: github.base_ref != 'nightly' with: message: Pull requests must be made to the `nightly` branch. Thanks.