From c2a135bd2a2a37a1c10fa13fcc0c9b23a570e84b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 02:26:52 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .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..78105f0 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@v8 with: script: | const res = await github.rest.pulls.list({