diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3da33e8..6b0b7fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: components: rustfmt, clippy - name: Enable Rust Caching - uses: Swatinem/rust-cache@v1 + uses: Swatinem/rust-cache@v2 - name: Install wasm-pack binary run: |