diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 958cec74..11a0feca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: - name: Comment on PR with failure details if: failure() && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | github.rest.issues.createComment({