From ff38f30c6ec7bd62f0bd6476467f388f150ec562 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:09:24 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- comment/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comment/action.yml b/comment/action.yml index 59ad887..70fcd46 100644 --- a/comment/action.yml +++ b/comment/action.yml @@ -46,7 +46,7 @@ runs: - name: Check existing comments id: check-comments if: inputs.upsert == 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | try { @@ -69,7 +69,7 @@ runs: - name: Update existing comment if: steps.check-comments.outputs.comment-id != null - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | try { @@ -86,7 +86,7 @@ runs: - name: Create new comment if: steps.check-comments.outputs.comment-id == null - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | try {