From 62f97d78b0f1e2b4a12334657c4bfe4ac2b63692 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 03:37:31 +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 985b2e0..9b9fced 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Run checks id: run_checks_step - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | const isWorkflowRunEvent = ${{ github.event_name == 'workflow_run' }}