diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0ae31f7..a65bea38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: cargo fmt --all -- --check - name: Check formatting - uses: dprint/check@v1.3 + uses: dprint/check@v1.4 - name: Run clippy with default features run: cargo clippy --workspace --all-targets -- -D warnings