From 58da03e21cc8abe4e3593dedcf3bfc485dcb473e Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sun, 14 Jul 2024 09:33:39 +0100 Subject: [PATCH] Upgrade Github action Swatinem/rust-cache v2 to v4. --- .github/workflows/deploy-wasm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-wasm.yml b/.github/workflows/deploy-wasm.yml index 5fa228b..bfb9d4a 100644 --- a/.github/workflows/deploy-wasm.yml +++ b/.github/workflows/deploy-wasm.yml @@ -26,7 +26,7 @@ jobs: with: target: wasm32-unknown-unknown - - uses: Swatinem/rust-cache@v2 + - uses: Swatinem/rust-cache@v4 - name: Install wasm-pack # Use workspace target directory for cargo install's build,