From e758af090dbea4febd53bac15e3ab6c4b3128434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:39:49 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...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/sync-ref.yml | 4 ++-- .github/workflows/sync-upstream-branches.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-ref.yml b/.github/workflows/sync-ref.yml index 32d09e8..8ae9bc1 100644 --- a/.github/workflows/sync-ref.yml +++ b/.github/workflows/sync-ref.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: check whether the ref is in sync - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: check with: script: | @@ -73,7 +73,7 @@ jobs: repositories: ${{ steps.check.outputs.target-repo-name }} - name: set authorization header if: steps.check.outputs.skip == 'false' - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: auth with: script: | diff --git a/.github/workflows/sync-upstream-branches.yml b/.github/workflows/sync-upstream-branches.yml index 27bfa62..833a825 100644 --- a/.github/workflows/sync-upstream-branches.yml +++ b/.github/workflows/sync-upstream-branches.yml @@ -26,7 +26,7 @@ jobs: steps: - name: check which refs need to be synchronized - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: check with: script: | @@ -131,7 +131,7 @@ jobs: repositories: ${{ steps.check.outputs.target-repo-name }} - name: set authorization header if: steps.check.outputs.refspec != '' - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: auth with: script: |