From 411e2affaf2c7c07a042af27730871b57bd26568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 06:13:14 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6ff18e5..f3ca05e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -35,7 +35,7 @@ jobs: name: nuget path: artifacts - run: dotnet nuget push .\artifacts\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | const script = require('./scripts/create-release.js')