diff --git a/.github/workflows/auto-codex-review.yml b/.github/workflows/auto-codex-review.yml index 04b6995..f5be85f 100644 --- a/.github/workflows/auto-codex-review.yml +++ b/.github/workflows/auto-codex-review.yml @@ -10,7 +10,7 @@ jobs: if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]' steps: - name: Request Codex review - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.CODEX_PAT }} script: | diff --git a/.github/workflows/codex-review.yml b/.github/workflows/codex-review.yml index af99859..77507be 100644 --- a/.github/workflows/codex-review.yml +++ b/.github/workflows/codex-review.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Comment on PR to trigger Codex review - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |