From 5bb32eb76f37ebf447a69882fff0bb2efa90d1f8 Mon Sep 17 00:00:00 2001 From: AnnAngela Date: Thu, 9 May 2024 16:25:19 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=20actions/checkout@v4?= =?UTF-8?q?=20(#9042)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-ota.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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