diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index df90b61f8e4..edde301a878 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -21,7 +21,7 @@ jobs: environment: sync steps: - name: clone git-sdk-64 - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: true token: ${{ secrets.PUSH_TOKEN }}