diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ecafe16..8391dab 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,11 +25,11 @@ jobs: components: rustfmt, clippy - name: Run cargo fmt run: cargo fmt --all --check --verbose - - uses: clechasseur/rs-clippy-check@v3 + - uses: clechasseur/rs-clippy-check@v4 if: matrix.rust == 'stable' with: args: --all-features -- -D warnings - - uses: clechasseur/rs-clippy-check@v3 + - uses: clechasseur/rs-clippy-check@v4 if: matrix.rust != 'stable' with: args: --all-features -- -W warnings