From 9ae0c55eeaa3fd7969447490d21606e8c565d81d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:07:30 +0000 Subject: [PATCH] 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/major.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/major.yaml b/.github/workflows/major.yaml index d2bad89..f6cd463 100644 --- a/.github/workflows/major.yaml +++ b/.github/workflows/major.yaml @@ -25,7 +25,7 @@ jobs: - name: Find major tag id: major-tag - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: result-encoding: string script: | @@ -44,7 +44,7 @@ jobs: - name: Create major version tag if: steps.major-tag.outputs.result == '0' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.git.createRef({ @@ -55,7 +55,7 @@ jobs: - name: Move major version tag if: steps.major-tag.outputs.result == '1' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.git.updateRef({