diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a32928..d3d7cde 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@v2.5.0 + uses: Swatinem/rust-cache@v2.5.1 - name: Run tests uses: actions-rs/cargo@v1 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ddb3c5e..ed52bb7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,7 +25,7 @@ jobs: components: rustfmt, clippy override: true - name: Rust Cache - uses: Swatinem/rust-cache@v2.5.0 + uses: Swatinem/rust-cache@v2.5.1 - name: Build Documentation run: >- RUSTDOCFLAGS="-Z unstable-options --enable-index-page" diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 35cf5be..c5eb297 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -42,7 +42,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@v2.5.0 + uses: Swatinem/rust-cache@v2.5.1 - name: Install required cargo run: cargo install clippy-sarif sarif-fmt