From 40e091fa7921b4f5462d6055458e63c02a701676 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:10:01 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .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 c8694ca..14df42a 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@v8 + uses: actions/github-script@v9 with: script: | const isWorkflowRunEvent = ${{ github.event_name == 'workflow_run' }}