diff --git a/filtermail/.github/workflows/ci.yml b/filtermail/.github/workflows/ci.yml index 450307a3..db376dc7 100644 --- a/filtermail/.github/workflows/ci.yml +++ b/filtermail/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: toolchain: nightly components: rustfmt - - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2 with: tool: taplo-cli @@ -54,7 +54,7 @@ jobs: with: toolchain: ${{ matrix.toolchain }} components: clippy - - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - run: cargo clippy env: RUSTUP_TOOLCHAIN: ${{ matrix.toolchain }} @@ -73,5 +73,5 @@ jobs: - uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # master with: toolchain: stable - - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - run: cargo test