From b851c2eace79db0468c1e9aa620f1b7691c24f75 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:13:51 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20CI:=20=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=AE=98=E6=96=B9=E7=89=88=E6=9C=AC=20ruff=20action?= =?UTF-8?q?=20(#3286)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ruff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index e568ff50..9ddad440 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -27,4 +27,4 @@ jobs: - uses: actions/checkout@v4 - name: Run Ruff Lint - uses: chartboost/ruff-action@v1 + uses: astral-sh/ruff-action@v3