diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4406aa7..9066d5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: sudo apt-get install -y protobuf-compiler - name: Cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2.5.0 - name: Build run: cargo build