From 6c754be9961256c8b6aa6171d5f3ca4236c87170 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 2 Oct 2024 12:26:10 +0200 Subject: [PATCH] ci: Upgrade Swatinem/rust-cache --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d899605..cd3ae9e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: - uses: taiki-e/install-action@cargo-hack - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 - name: Clippy run: cargo hack --each-feature clippy --all-targets -- -D warnings