From 62f7ebce3a56040f488991d39d10836a2f82784c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 02:30:06 +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 a61ef3d..468eed4 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' }}