diff --git a/.github/workflows/build-msrv.yml b/.github/workflows/build-msrv.yml index 3e3f29d5..c92f8699 100644 --- a/.github/workflows/build-msrv.yml +++ b/.github/workflows/build-msrv.yml @@ -52,7 +52,7 @@ jobs: toolchain: ${{ env.MSRV_RUST_VERSION }} - name: Clippy (MSRV) - uses: LoliGothick/clippy-check@9019e9494e188cc9fddfea43467e7fdf6602ad14 + uses: LoliGothick/clippy-check@f2227b2ac076d5d4f91df9667d2fee2e2b698476 if: github.actor != 'dependabot[bot]' with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 0ad8af99..8f73c23d 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -51,7 +51,7 @@ jobs: components: rustfmt,clippy - name: Clippy (Nightly) - uses: LoliGothick/clippy-check@9019e9494e188cc9fddfea43467e7fdf6602ad14 + uses: LoliGothick/clippy-check@f2227b2ac076d5d4f91df9667d2fee2e2b698476 if: github.actor != 'dependabot[bot]' with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-stable.yml b/.github/workflows/build-stable.yml index e9390c19..8ce535ad 100644 --- a/.github/workflows/build-stable.yml +++ b/.github/workflows/build-stable.yml @@ -51,7 +51,7 @@ jobs: components: rustfmt,clippy - name: Clippy (stable) - uses: LoliGothick/clippy-check@9019e9494e188cc9fddfea43467e7fdf6602ad14 + uses: LoliGothick/clippy-check@f2227b2ac076d5d4f91df9667d2fee2e2b698476 if: github.actor != 'dependabot[bot]' with: token: ${{ secrets.GITHUB_TOKEN }}