diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index c3ef059..f3672bc 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -65,7 +65,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Post review comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const review = `${{ steps.ai_review.outputs.review }}`;