From dffdf5a77f58afda1df5cbccb6c070d6bc43f950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:15:55 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index d441c9d..04284b2 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -29,7 +29,7 @@ jobs: - name: Fetch PR id: pr - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const response = await github.rest.repos.listPullRequestsAssociatedWithCommit({