ci(github workflows): 替换官方action为国内镜像仓库地址
CI / Lint, Typecheck & Test (push) Failing after 5m8s

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