ci: 将actions/checkout版本从v7降级到v4
CI / Lint, Typecheck & Test (push) Has been cancelled

This commit is contained in:
2026-07-02 20:29:51 +08:00
parent ac5082523e
commit 7e4c615dc7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
name: Build, Publish & Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with: