From c07a45176579921eafcf70daa5813e87e03b88db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:34:28 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6610404..4fc3d0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: run: git reset --hard && git pull - name: Tag - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: GIT_TAG: ${{ steps.extract-version.outputs.VERSION }} GIT_SHA: ${{ steps.commit.outputs.sha }}