upgrade action checkout version from v5 to v6 (#1067)

Co-authored-by: 0xdx2 <xuedamon2@gmail.com>
Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
houseme
2025-12-11 15:39:20 +08:00
committed by GitHub
parent 0da943a6a4
commit e197486c8c
6 changed files with 49 additions and 35 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ jobs:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Setup Rust environment
uses: ./.github/actions/setup