From 733958bc132cbe773daaff1ffd7529547726eb07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:09:59 +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/on_merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_merge.yml b/.github/workflows/on_merge.yml index 9e981dd..29e0b2d 100644 --- a/.github/workflows/on_merge.yml +++ b/.github/workflows/on_merge.yml @@ -48,7 +48,7 @@ jobs: fi - name: Push tag to repo if: steps.gen-tag.outcome == 'success' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.git.createRef({ @@ -59,7 +59,7 @@ jobs: }) - name: Push major version tag to repo if: ${{ (steps.gen-tag.outcome == 'success') && (steps.gen-tag.outputs.short_tag != 'v0') }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | if (${{ steps.tag-check.tag_exists == true }}) {