From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 10:18:53 +0000 (+0200) Subject: Chore(deps): Bump actions/github-script from 7 to 8 (#2376) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=0146dbb3b0d6cde7ad1443e2a62da6209192916e;p=music-assistant-server.git 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> --- 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;