From 4294512486a9701623b0e9d0aabe71adb04d1aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:00:32 +0200 Subject: [PATCH] chore(deps): bump actions/github-script from 8 to 9 (#31697) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ghcr-cleanup.yml | 2 +- .github/workflows/issue_bot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghcr-cleanup.yml b/.github/workflows/ghcr-cleanup.yml index 8debef5ab..523ebf327 100644 --- a/.github/workflows/ghcr-cleanup.yml +++ b/.github/workflows/ghcr-cleanup.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Delete untagged images - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GH_TOKEN }} script: | diff --git a/.github/workflows/issue_bot.yml b/.github/workflows/issue_bot.yml index 150929e1e..4afb81dc6 100644 --- a/.github/workflows/issue_bot.yml +++ b/.github/workflows/issue_bot.yml @@ -31,7 +31,7 @@ jobs: path: zhc - name: Comment on new device support/external converter issue - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const {newDeviceSupport} = await import("${{ github.workspace }}/z2m/scripts/issueBot.mjs")