From 2bff5f912e98161281bae3cdb74777a0507f268d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 07:12:07 +0000 Subject: [PATCH] chore(ci): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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 93936e7..2722429 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,7 @@ jobs: - name: Check if release exists and update if needed id: check-existing - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: TAG_NAME: ${{ steps.tag.outputs.TAG_NAME }} with: @@ -176,7 +176,7 @@ jobs: - name: Update existing release if: steps.check-existing.outputs.exists == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: TAG_NAME: ${{ steps.tag.outputs.TAG_NAME }} TAG_MESSAGE: ${{ steps.tag_message.outputs.MESSAGE }} @@ -245,7 +245,7 @@ jobs: - name: Create Release if: steps.check-existing.outputs.exists != 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: TAG_NAME: ${{ steps.tag.outputs.TAG_NAME }} TAG_MESSAGE: ${{ steps.tag_message.outputs.MESSAGE }}