From 8e7d3672b86b012a1324b2499554e56bfe6afb18 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 9 Apr 2026 23:39:39 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/release-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-checks.yml b/.github/workflows/release-checks.yml index 0153506..982182e 100644 --- a/.github/workflows/release-checks.yml +++ b/.github/workflows/release-checks.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Check for "next release" label - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: script: | const { data: pulls } = await github.rest.pulls.list({