diff --git a/.github/workflows/push-rust.yml b/.github/workflows/push-rust.yml index 69bb2be..9f9a7e2 100644 --- a/.github/workflows/push-rust.yml +++ b/.github/workflows/push-rust.yml @@ -29,7 +29,7 @@ jobs: components: clippy - name: Cache build artifacts - uses: swatinem/rust-cache@v2.2.0 + uses: swatinem/rust-cache@v2.2.1 - name: Run Clippy uses: actions-rs/cargo@v1 @@ -77,7 +77,7 @@ jobs: override: true - name: Cache build artifacts - uses: swatinem/rust-cache@v2.2.0 + uses: swatinem/rust-cache@v2.2.1 - name: Determine whether to measure test coverage id: coverage