From f2caf60e8dea27001d3947c8f5b1466dff1593c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 00:45:53 +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 70d9e34..720f4ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Get merged PR id: get-pr-info - uses: actions/github-script@v6 + uses: actions/github-script@v9 with: script: | const res = await github.rest.pulls.list({