ci: 更新 actions/checkout@v4 (#9042)

This commit is contained in:
AnnAngela
2024-05-09 16:25:19 +08:00
committed by GitHub
parent 70c409ed46
commit 5bb32eb76f

View File

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