From 44aec54c9c215c3cd6dcace57237cdc1219bae23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:35:46 +0000 Subject: [PATCH] ci: bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed1b54d..64a9633 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Create draft release id: create - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const tag = context.ref.replace('refs/tags/', ''); @@ -133,7 +133,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Mark release as published - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | await github.rest.repos.updateRelease({