From 0146dbb3b0d6cde7ad1443e2a62da6209192916e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:18:53 +0200 Subject: [PATCH] Chore(deps): Bump actions/github-script from 7 to 8 (#2376) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/backport-to-stable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport-to-stable.yml b/.github/workflows/backport-to-stable.yml index 658e061d..df3873cc 100644 --- a/.github/workflows/backport-to-stable.yml +++ b/.github/workflows/backport-to-stable.yml @@ -21,7 +21,7 @@ jobs: - name: Get merged PR info id: prinfo - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const pr = await github.rest.pulls.list({ @@ -130,7 +130,7 @@ jobs: - name: Create or update backport PR with cherry-picked commits if: steps.checklabel.outputs.should_backport == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const pr_number = process.env.pr_number; -- 2.34.1