From 810ade04c66927290c71cc48481c4661cdc9b469 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 4 Sep 2025 18:12:55 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .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..2c40c86 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@v8 with: script: | const { data: pulls } = await github.rest.pulls.list({