From 7f680abe29f2e2c11c4b252bf77000a304907fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=9D=BF?= Date: Thu, 29 Jan 2026 11:18:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=20actions/checkout=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BB=8E=20v6=20=E9=99=8D=E7=BA=A7=E5=88=B0=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c58a97d..2691eca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - &checkout name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false @@ -26,7 +26,7 @@ jobs: name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - - &setup-libudenv: + - &setup-libudenv uses: awalsh128/cache-apt-pkgs-action@latest with: packages: libudev-dev