From ad497cab013ec1ee9bbe5f15c1ec447e811dafc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:49:15 +0000 Subject: [PATCH] chore(deps)(deps): 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/version-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version-release.yml b/.github/workflows/version-release.yml index db2bcc3..0e39587 100644 --- a/.github/workflows/version-release.yml +++ b/.github/workflows/version-release.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: true - name: Verify actor is a maintainer - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -88,7 +88,7 @@ jobs: - name: Find and Publish Draft Release id: publish_release - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: VERSION: v${{ steps.get_version.outputs.version }} with: