diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 499621080eb..906c2ae9516 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.8.1 + uses: Swatinem/rust-cache@v2.8.2 - name: Run tests run: cargo test --workspace --no-fail-fast