diff --git a/.github/workflows/sqlformat.yml b/.github/workflows/sqlformat.yml index 73810c3..c9bd83f 100644 --- a/.github/workflows/sqlformat.yml +++ b/.github/workflows/sqlformat.yml @@ -44,7 +44,7 @@ jobs: cargo fmt --all -- --check - name: Run clippy if: matrix.toolchain == 'stable' - uses: actions-rs-plus/clippy-check@v2.4.2 + uses: actions-rs-plus/clippy-check@v2.5.0 with: args: --all -- -D warnings - name: Run tests