From 438d5187b7705e4e0c0e0a125df261df2d81ad8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 18:23:08 +0000 Subject: [PATCH] Update actions/github-script action to v8 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0a7f936..23c2a85b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -116,7 +116,7 @@ jobs: #Publish - name: Create git tag (${{ steps.version.outputs.next-version-tag }}) - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | github.rest.git.createRef({