From 0c3d4b8d237d0c1f90f12f1cae300300c59d197c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 07:27:24 +0000 Subject: [PATCH] deps(ci): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...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/dependency-review.yml | 2 +- .github/workflows/milestones.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 0073843..9a2a3ce 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -18,7 +18,7 @@ jobs: - name: Detect dependency graph support id: depgraph - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { owner, repo } = context.repo; diff --git a/.github/workflows/milestones.yml b/.github/workflows/milestones.yml index 893bca0..cc7f21d 100644 --- a/.github/workflows/milestones.yml +++ b/.github/workflows/milestones.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upsert milestone - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const title = core.getInput("title").trim();