diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2313314..610a05b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: components: clippy, rustfmt targets: wasm32-unknown-unknown - - uses: Swatinem/rust-cache@e18b497796c1bb0f4b27f48d8eaf4196af0fc6fc # v2 + - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install protoc run: sudo apt-get update && sudo apt-get install -y protobuf-compiler - name: rustfmt