Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading