From 12d0ed73ffda2fd1de2f3ad3867faa23d316b2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Wed, 11 Jun 2025 22:32:07 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fab57aa..32a975c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: python-version: [3.13] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v6