From 11a39685ed7e1e0ad859082b4a9b7d2ac9a6e388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 05:20:20 +0000 Subject: [PATCH] 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/build.yml | 2 +- .github/workflows/release-manual.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5013b0..1be83ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -177,7 +177,7 @@ jobs: fi - name: Ensure GitHub release exists for tag - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: TAG_NAME: ${{ needs.build.outputs.tag_name }} PUBLISH_CHANNEL: ${{ needs.build.outputs.publish_channel }} diff --git a/.github/workflows/release-manual.yml b/.github/workflows/release-manual.yml index 94cd93e..9976296 100644 --- a/.github/workflows/release-manual.yml +++ b/.github/workflows/release-manual.yml @@ -102,7 +102,7 @@ jobs: git push origin "${RELEASE_TAG}" - name: Dispatch build workflow for new tag - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |