From 59b7ea2fa5b47e2aefdf71fad98877f050b266c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:33:54 +0000 Subject: [PATCH] build(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/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 9c24034..6216f27 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@v7 + uses: actions/github-script@v8 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@v7 + uses: actions/github-script@v8 id: auth with: script: | diff --git a/.github/workflows/sync-upstream-branches.yml b/.github/workflows/sync-upstream-branches.yml index f1c39de..2ad8902 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@v7 + uses: actions/github-script@v8 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@v7 + uses: actions/github-script@v8 id: auth with: script: |