We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cac94e commit 03fd479Copy full SHA for 03fd479
.github/workflows/ci.yml
@@ -201,7 +201,7 @@ jobs:
201
with:
202
repo-token: ${{ secrets.GITHUB_TOKEN }}
203
- name: Install cargo-llvm-cov
204
- uses: taiki-e/install-action@33734a118689b0b418824fb78ea2bf18e970b43b
+ uses: taiki-e/install-action@33734a118689b0b418824fb78ea2bf18e970b43b # v2.50.4
205
206
tool: cargo-llvm-cov
207
- name: cargo generate-lockfile
@@ -252,4 +252,4 @@ jobs:
252
253
tool: cargo-machete
254
- name: cargo machete
255
- run: cargo machete
+ run: cargo machete
0 commit comments