diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 94f98c485..11aa53c1f 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -53,7 +53,7 @@ jobs: - name: Comment on PR if: always() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const reviewStatus = '${{ steps.review.outcome }}' === 'success' ? '✅ Passed' : '⚠️ Issues found';