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: |