From 380abdc2f8d0a83a616649059a5b67a9d38f76df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 14:16:26 +0000 Subject: [PATCH] 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/auto-assign-pr.yml | 2 +- .github/workflows/clean-old-action-runs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-assign-pr.yml b/.github/workflows/auto-assign-pr.yml index fecb812bc..2cdd4e28d 100644 --- a/.github/workflows/auto-assign-pr.yml +++ b/.github/workflows/auto-assign-pr.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Assign PR to repo owner - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GH_ADMIN_TOKEN }} script: | diff --git a/.github/workflows/clean-old-action-runs.yml b/.github/workflows/clean-old-action-runs.yml index 696ba0c8a..3b4185d2e 100644 --- a/.github/workflows/clean-old-action-runs.yml +++ b/.github/workflows/clean-old-action-runs.yml @@ -11,7 +11,7 @@ jobs: cleanup: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: script: | const KEEP_RUNS = 10