diff --git a/.github/workflows/reviewer.yml b/.github/workflows/reviewer.yml index f7227bc..d218dfc 100644 --- a/.github/workflows/reviewer.yml +++ b/.github/workflows/reviewer.yml @@ -50,7 +50,7 @@ jobs: exit 0 - name: Post / update the review comment if: always() - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); const path = require('path');