diff --git a/.github/workflows/greybeard-review.yml b/.github/workflows/greybeard-review.yml index 374806d..8a16635 100644 --- a/.github/workflows/greybeard-review.yml +++ b/.github/workflows/greybeard-review.yml @@ -116,7 +116,7 @@ jobs: - name: Post review as PR comment if: always() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -201,7 +201,7 @@ jobs: - name: Set PR status check if: always() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |