From 092ac546c8c888b97e4b2c0c4c4d2a7553ee2fcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 00:56:13 +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 a61ef3d..95dbe14 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@v9 with: script: | const isWorkflowRunEvent = ${{ github.event_name == 'workflow_run' }}