Upgrade actions/checkout from v5 to v6

This commit is contained in:
bocchi810
2025-11-21 21:48:54 +08:00
committed by GitHub
parent 99b7a911e7
commit 41e972c8a5

View File

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