From 65ef1f3259d714a2098d692b521e26d3bd83e90d Mon Sep 17 00:00:00 2001 From: uy/sun Date: Mon, 30 Dec 2024 10:12:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E8=BF=98=E5=BA=94=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20action.yml=20=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 虽然应该没有人这么用 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 569b23d6..f29f5aa5 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: required: true runs: using: "docker" - image: "Dockerfile" + image: "docker/noneflow.dockerfile" branding: icon: "box" color: "orange" From a573fe4ee343a94a5a2d95771fa31faea998fb0d Mon Sep 17 00:00:00 2001 From: uy/sun Date: Mon, 30 Dec 2024 10:13:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?ci:=20=E7=BB=9F=E4=B8=80=20setup-uv=20?= =?UTF-8?q?=E7=9A=84=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