From b9bfd7f75c8bad4103889a440be7284ca59fd0a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 09:07:04 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b96ff692f..c03013e87 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -60,7 +60,7 @@ jobs: env: VERSION: ${{ inputs.version }} - name: Release - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.repos.createRelease({