From 1e243b0d06dd346c87a369add443ae0ab14052d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:59:59 +0000 Subject: [PATCH] build(deps): 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/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f5c05073..e59d84db3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: contents: write # To push release commit/tag steps: - name: Find release branch - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: find-branch with: script: | @@ -85,7 +85,7 @@ jobs: id: bump run: "tox -e update-version -- ${{ github.event.inputs.release_type }}" - name: Check milestone - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const milestones = await github.paginate(github.rest.issues.listMilestones, { @@ -180,7 +180,7 @@ jobs: contents: write # To change release steps: - name: Publish final release - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | await github.rest.repos.updateRelease({