From 887bc7be2edcaab596d99ce818cb8ac88bfd708a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:50:39 +0000 Subject: [PATCH] deps(actions): bump actions/github-script in the gh-actions group Bumps the gh-actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-tag.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 17a0ea9..c7f499a 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -27,7 +27,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Check and clean incomplete releases - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const tags = await github.rest.repos.listTags({ @@ -76,7 +76,7 @@ jobs: - name: Trigger release workflow if: steps.tag_version.outputs.new_tag != '' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.repos.createDispatchEvent({ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69bc01a..6400ce6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: Ensure CI succeeded for tag commit id: verify_ci - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: RELEASE_TAG: ${{ steps.tag.outputs.tag }} with: @@ -217,7 +217,7 @@ jobs: updateOnlyUnreleased: false - name: Trigger Changelog update - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.repos.createDispatchEvent({