diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 63678e48..56e6508d 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -10,10 +10,10 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Clippy (default) run: | cargo clippy -- -D warnings - name: Clippy (all features) run: | - cargo clippy --all-features -- -D warnings \ No newline at end of file + cargo clippy --all-features -- -D warnings