diff --git a/.github/workflows/release-ota.yml b/.github/workflows/release-ota.yml index 3f8d5447a3..1c5eb2fe2b 100644 --- a/.github/workflows/release-ota.yml +++ b/.github/workflows/release-ota.yml @@ -25,8 +25,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch MaaRelease - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: + show-progress: false repository: ${{ format('{0}/{1}', github.repository_owner, 'MaaRelease') }} path: MaaRelease fetch-depth: 0