From c62d9d1446acc941a10df1a1957f8d5595f920f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 13:47:44 -0500 Subject: [PATCH] Update actions/github-script action to v8 (#1497) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr_label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_label.yml b/.github/workflows/pr_label.yml index c436ae549..8afb122ba 100644 --- a/.github/workflows/pr_label.yml +++ b/.github/workflows/pr_label.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Check PR and Add Label - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const prAuthor = context.payload.pull_request.user.login;