Skip to content

Commit cc59e11

Browse files
Update rust.yml
1 parent f738976 commit cc59e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
run: |
7373
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 }}
7474
- name: Clippy check
75-
uses: actions-rs/clippy-check@annotations-fallback
75+
uses: actions-rs/clippy-check@v1
7676
with:
7777
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)