diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c752ea..fb6305b 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.2 - name: Run clippy with default features run: cargo clippy --workspace --all-targets -- -D warnings