diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a55e682..339d1fc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@master - uses: dtolnay/rust-toolchain@stable - uses: taiki-e/install-action@cargo-hack - - uses: Swatinem/rust-cache@v2.9.1 + - uses: Swatinem/rust-cache@v2.9.2 # Check the powerset of subcommand and TLS features so a broken `#[cfg]` # combination can't slip through (each subcommand is feature-gated and the # default build won't exercise them all). `--at-least-one-of` skips the diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 198f68e..2619c6f 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -41,7 +41,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 - name: Install required cargo run: cargo install clippy-sarif sarif-fmt