From e484b2cf257100b0ac80ecf678dc044c372d87f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:44:17 +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 86cf296..febacfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,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 }}