diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99c85a9b..be684d96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Run clippy action to produce annotations - uses: clechasseur/rs-clippy-check@v6.0.5 + uses: clechasseur/rs-clippy-check@v6.0.7 if: ${{ steps.check_permissions.outputs.has-permission }} with: args: --all-features --all-targets -- -D warnings