From 9c4615621d87dd74648a3c34fa2457e55813bb74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 02:08:22 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/sync_labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_labels.yml b/.github/workflows/sync_labels.yml index fff33bf3..8456b6f4 100644 --- a/.github/workflows/sync_labels.yml +++ b/.github/workflows/sync_labels.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/github-script@v6 + - uses: actions/github-script@v8 id: search with: result-encoding: string