diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index ad014e6d0c6..79335272c10 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -20,7 +20,7 @@ jobs: echo "branch=True" >> $GITHUB_ENV - name: Comment on Pull Request - uses: mshick/add-pr-comment@v1 + uses: mshick/add-pr-comment@v2 if: github.base_ref != 'nightly' && env.branch != 'True' with: message: Pull requests must be made to the `nightly` branch. Thanks.