From 74bbd8de240dc0490269c5c5fc52953576dbee40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 06:17:26 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lbl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lbl.yml b/.github/workflows/lbl.yml index e4ef47a94943..c5c6cea6db89 100644 --- a/.github/workflows/lbl.yml +++ b/.github/workflows/lbl.yml @@ -13,7 +13,7 @@ jobs: steps: - name: 🔄 Smart Sync Labels (Throttled) - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const sleep = (ms) => new Promise(r => setTimeout(r, ms));