We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f738976 commit cc59e11Copy full SHA for cc59e11
1 file changed
.github/workflows/rust.yml
@@ -72,6 +72,6 @@ jobs:
72
run: |
73
curl -X POST https://api.github.com/repos/${{ github.repository }}/pages/builds -H "Accept: application/vnd.github.mister-fantastic-preview+json" -u ${{ github.actor }}:${{ secrets.GH_TOKEN }}
74
- name: Clippy check
75
- uses: actions-rs/clippy-check@annotations-fallback
+ uses: actions-rs/clippy-check@v1
76
with:
77
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments