From 0571f2ef9fd24f4669763a505be29ba97e46aee9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 19:16:40 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/cleanup-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-checks.yml b/.github/workflows/cleanup-checks.yml index 880b30cfeca..8ecb8d628f2 100644 --- a/.github/workflows/cleanup-checks.yml +++ b/.github/workflows/cleanup-checks.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - name: add label - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8.0.0 with: script: | const script = (await import('${{ github.workspace }}/.github/workflows/cleanup-checks.mjs')).setup({context,core,github,exec,glob,io})