Upgrade actions/checkout from v5 to v6
Some checks are pending
send GFWList / convert-and-push (push) Waiting to run

This commit is contained in:
bocchi810 2025-11-21 21:48:54 +08:00 committed by GitHub
parent 99b7a911e7
commit 41e972c8a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
submodules: 'true' submodules: 'true'
fetch-depth: '0' fetch-depth: '0'