diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fa9eae1..04461afd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: Swatinem/rust-cache@v2.2.0 - name: Check formatting - uses: dprint/check@v2.1 + uses: dprint/check@v2.2 - name: Run clippy with default features run: cargo clippy --workspace --all-targets -- -D warnings