Chore(deps): Bump actions/github-script from 7 to 8 (#2376)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 5 Sep 2025 10:18:53 +0000 (12:18 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Sep 2025 10:18:53 +0000 (12:18 +0200)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/backport-to-stable.yml

index 658e061d7904695ad0febb9da3f58ce09a68f19b..df3873ccba322af625a5d42862d422e2db34d14f 100644 (file)
@@ -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;