From 761eaca94eefff0908e91ee4b4738e4a6b2f3284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 07:38:13 +0000 Subject: [PATCH] ci: bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/draw-reminder.yml | 2 +- .github/workflows/rule-staleness.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draw-reminder.yml b/.github/workflows/draw-reminder.yml index 9b16def..b6c8625 100644 --- a/.github/workflows/draw-reminder.yml +++ b/.github/workflows/draw-reminder.yml @@ -20,7 +20,7 @@ jobs: - name: Open draw-check issue if: env.skip != 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const today = new Date().toISOString().slice(0, 10) diff --git a/.github/workflows/rule-staleness.yml b/.github/workflows/rule-staleness.yml index 2e131b0..78b290b 100644 --- a/.github/workflows/rule-staleness.yml +++ b/.github/workflows/rule-staleness.yml @@ -38,7 +38,7 @@ jobs: - name: Open staleness issue if: steps.check.outputs.stale != '0' - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: REPORT: ${{ steps.check.outputs.report }} with: