From 79ec6744bce3f8049f4120e3561a2770a941b22f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:59:03 +0000 Subject: [PATCH] Renovate: Update actions/github-script action to v9 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 69bfac01d..ff18fb64e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -60,7 +60,7 @@ jobs: # Steps below are only executed if the workflow is triggered by a pull request - name: Delete old coverage comments (PR only) if: ${{ github.event_name == 'pull_request' }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const { data: comments } = await github.rest.issues.listComments({ @@ -86,7 +86,7 @@ jobs: path: . - name: Post coverage comment (PR only) if: ${{ github.event_name == 'pull_request' }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 # For external contributors, posting comments fail due to permission issues. continue-on-error: true with: