From 9a520dbe27319004a137106ddabb4602606aa5e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 02:10:22 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- comment/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comment/action.yml b/comment/action.yml index dab9da2..59ad887 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@v7 + uses: actions/github-script@v8 with: script: | try { @@ -69,7 +69,7 @@ runs: - name: Update existing comment if: steps.check-comments.outputs.comment-id != null - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | try { @@ -86,7 +86,7 @@ runs: - name: Create new comment if: steps.check-comments.outputs.comment-id == null - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | try {