From 085e5fb26e8915014e703917ebcca10d9981d1a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:50:05 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-git-gui.yml | 4 ++-- .github/workflows/sync-gitster-git.yml | 4 ++-- .github/workflows/sync-ref.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sync-git-gui.yml b/.github/workflows/sync-git-gui.yml index d9a2a7e..6e09352 100644 --- a/.github/workflows/sync-git-gui.yml +++ b/.github/workflows/sync-git-gui.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: check which refs need to be synchronized - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: check with: script: | @@ -117,7 +117,7 @@ jobs: repository: ${{ env.TARGET_REPOSITORY }} - name: set authorization header if: steps.check.outputs.refspec != '' - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: auth with: script: | diff --git a/.github/workflows/sync-gitster-git.yml b/.github/workflows/sync-gitster-git.yml index c9850b8..409f4f4 100644 --- a/.github/workflows/sync-gitster-git.yml +++ b/.github/workflows/sync-gitster-git.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: check which refs need to be synchronized - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: check with: script: | @@ -103,7 +103,7 @@ jobs: repository: ${{ env.TARGET_REPOSITORY }} - name: set authorization header if: steps.check.outputs.refspec != '' - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: auth with: script: | diff --git a/.github/workflows/sync-ref.yml b/.github/workflows/sync-ref.yml index f0ed5b4..e1f86fe 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@v6 + uses: actions/github-script@v7 id: check with: script: | @@ -68,7 +68,7 @@ jobs: repository: ${{ env.TARGET_REPOSITORY }} - name: set authorization header if: steps.check.outputs.skip == 'false' - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: auth with: script: |