From 3e6b3871732584d30e93fb12c94135fa36d2ed1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:46:42 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7 --- .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..a2ec8e0a 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@v7 id: search with: result-encoding: string