From 4989b863960a360ea82389ff86796280e28b7126 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 08:25:35 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- plan/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan/action.yaml b/plan/action.yaml index 6dbf91c..41bb672 100644 --- a/plan/action.yaml +++ b/plan/action.yaml @@ -68,7 +68,7 @@ runs: echo "$EOF" >> "$GITHUB_OUTPUT" - name: Comment on PR - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: DRY_RUN_OUTPUT: ${{ steps.dry-run.outputs.output }} DRY_RUN_EXIT_CODE: ${{ steps.dry-run.outputs.exit-code }}