From d29c4d767ee6498ed64724c4e1b01f99664c3983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 11:57:32 +0000 Subject: [PATCH] github action updates: bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...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/dependabotautomerge.yml | 2 +- .github/workflows/rebase-dependabot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabotautomerge.yml b/.github/workflows/dependabotautomerge.yml index 79b7da8..2413410 100644 --- a/.github/workflows/dependabotautomerge.yml +++ b/.github/workflows/dependabotautomerge.yml @@ -19,7 +19,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: automerge - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.pulls.createReview({ diff --git a/.github/workflows/rebase-dependabot.yml b/.github/workflows/rebase-dependabot.yml index 78d43b0..8d5a6f4 100644 --- a/.github/workflows/rebase-dependabot.yml +++ b/.github/workflows/rebase-dependabot.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Rebase Dependabot open PRs - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const owner = context.repo.owner;