From b705dc33004a9f7bef23a119d3043fbfa1834b05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 02:21:04 +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 7c2573e..04fe7e2 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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # 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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # 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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | try {