diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3dbd290fd8..e1115504f54 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: toolchain: ${{ matrix.rust }} - name: Rust Cache - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 - name: Run tests run: cargo test --workspace --no-fail-fast