From 4d0179ebe5973159c3c533176f9c47e0ed35aff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 02:12:56 +0000 Subject: [PATCH] ci(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maint-69-sync-labels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maint-69-sync-labels.yml b/.github/workflows/maint-69-sync-labels.yml index 5668cd11d..95fdd6e28 100644 --- a/.github/workflows/maint-69-sync-labels.yml +++ b/.github/workflows/maint-69-sync-labels.yml @@ -46,7 +46,7 @@ jobs: - name: Parse labels-core.yml id: parse - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); @@ -68,7 +68,7 @@ jobs: - name: Determine target repos id: repos - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs'); @@ -104,7 +104,7 @@ jobs: core.setOutput('repos', JSON.stringify(repos)); - name: Sync labels to repos - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: LABELS_JSON: ${{ steps.parse.outputs.labels }} REPOS_JSON: ${{ steps.repos.outputs.repos }}