From 343770b427b2794cd4f39da0d69ec4bcdef40d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:42:55 +0000 Subject: [PATCH] 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/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07747c6..65b0a33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -# .github/workflows/build.yml +# .github/workflows/build.yml # Build and Release workflow for MathExpressions # # - Trigger on push to any branch, on version tags (e.g., v1.2.3), or on manual dispatch. @@ -330,7 +330,7 @@ jobs: # https://github.com/marketplace/actions/github-script - name: 🧪 Check if release exists with the same name id: check_release - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const name = '${{ steps.get_version.outputs.name }}';