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