From bf8f0cd20276c65a623764ececba15949c9e05ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:15:48 +0000 Subject: [PATCH] github action updates: bump actions/github-script from 6 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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 e6801d9..79b7da8 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.0.0 + uses: actions/github-script@v8 with: script: | github.rest.pulls.createReview({ diff --git a/.github/workflows/rebase-dependabot.yml b/.github/workflows/rebase-dependabot.yml index 121601b..78d43b0 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@v6 + uses: actions/github-script@v8 with: script: | const owner = context.repo.owner;