diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c752ea..c9d2a57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: key: ${{ matrix.target }} - name: Check formatting - uses: dprint/check@v1.5 + uses: dprint/check@v2.1 - name: Run clippy with default features run: cargo clippy --workspace --all-targets -- -D warnings