diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d1fcc79..8e557eff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: cargo fmt --all -- --check - name: Check markdown formatting - uses: dprint/check@v1 + uses: dprint/check@v1.2 - name: Run clippy with default features run: cargo clippy --workspace --all-targets -- -D warnings