diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0fd15f8..a93b7a7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -19,7 +19,7 @@ jobs: run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - name: Cache dependencies - uses: Swatinem/rust-cache@v2.8.0 + uses: Swatinem/rust-cache@v2.8.1 - name: Run cargo clippy run: cargo clippy --all-targets -- --deny warnings fmt: @@ -31,7 +31,7 @@ jobs: run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - name: Cache dependencies - uses: Swatinem/rust-cache@v2.8.0 + uses: Swatinem/rust-cache@v2.8.1 - name: Run cargo fmt run: cargo fmt --all -- --check python-linting: