From 252f6c6464c9860d8a08a3fb59768d4713e2ea48 Mon Sep 17 00:00:00 2001 From: uy/sun Date: Mon, 30 Dec 2024 10:13:08 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E7=BB=9F=E4=B8=80=20setup-uv=20=E7=9A=84?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9104264..e1a00aaf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Install the latest version of uv + - name: Setup uv uses: astral-sh/setup-uv@v5 with: enable-cache: true