From 0df6f7c8ac48a91e2058314f907f47aeed00a62e Mon Sep 17 00:00:00 2001 From: gooker_young Date: Thu, 2 Jul 2026 19:59:01 +0800 Subject: [PATCH] =?UTF-8?q?ci(github=20workflows):=20=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E5=AE=98=E6=96=B9action=E4=B8=BA=E5=9B=BD=E5=86=85=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=BB=93=E5=BA=93=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc3dabe..4f66959 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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