From 0f24a9cd60102d0a7bcb12d3371f110134367283 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 04:24:47 +0000 Subject: [PATCH] Update actions/github-script action to v8 --- .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 49ff87e..f73d9f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: if: github.event.inputs.version != null run: echo "RELEASE_VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 if: github.event.inputs.version == null id: candidate-version with: