diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index ca278430b53..a50cfed7716 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@v6 + uses: actions/checkout@v7 with: persist-credentials: true token: ${{ secrets.PUSH_TOKEN }}