From 0ae38f6755ddba1ae44b9649b24f04a23b1308e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 21:28:50 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/comment_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment_pr.yml b/.github/workflows/comment_pr.yml index 476ffcd..6b6b173 100644 --- a/.github/workflows/comment_pr.yml +++ b/.github/workflows/comment_pr.yml @@ -25,7 +25,7 @@ jobs: echo "GH context:" echo "$GITHUB_CONTEXT" - name: 'Download artifact' - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v9 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({ @@ -51,7 +51,7 @@ jobs: cat ./comment - name: 'Comment on Current Pull Request' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ secrets.COMMENT_BOT_TOKEN }} script: |