diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8ce7c95..9e58f64 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4 - name: Cache build artifacts - uses: swatinem/rust-cache@v2.7.2 + uses: swatinem/rust-cache@v2.7.3 - name: Run Clippy run: cargo clippy --all-targets --all-features -- -D warnings @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v4 - name: Cache build artifacts - uses: swatinem/rust-cache@v2.7.2 + uses: swatinem/rust-cache@v2.7.3 - name: Run tests with test coverage run: |