From b57e1321667a738ddfc206f482e78f7e55434cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 04:52:21 +0000 Subject: [PATCH] ci: bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/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 ... 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 e16e7ae..893baf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: - name: Set a release name id: release_name - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | var retval = '${{ steps.bump.outputs.version }}' @@ -91,7 +91,7 @@ jobs: - name: Create a release if: github.event.inputs.dry-run != 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const repo_name = context.payload.repository.full_name @@ -139,7 +139,7 @@ jobs: - name: Dispatch release event if: github.repository == 'TomerFi/version-bumper' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.ACTION_REPO_PAT }} script: |