ci: 更新github workflows中的依赖actions版本
CI / Lint, Typecheck & Test (push) Has been cancelled

This commit is contained in:
2026-07-02 20:11:59 +08:00
parent 0df6f7c8ac
commit ac5082523e
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -13,13 +13,13 @@ jobs:
name: Lint, Typecheck & Test
runs-on: ubuntu-latest
steps:
- uses: https://git.gookeryoung.cn/zhou/checkout@v7
- uses: actions/checkout@v7
- uses: https://git.gookeryoung.cn/zhou/setup-uv@v5
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- uses: https://git.gookeryoung.cn/zhou/setup-python@v6
- uses: actions/setup-python@v6
with:
python-version: |
3.8