Skip to content

Commit 47c0d57

Browse files
committed
Correct cargo mutants version locking in weekly workflow
1 parent 910f32e commit 47c0d57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cron-weekly-mutants.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: taiki-e/install-action@v2
1414
with:
15-
tool: cargo-mutants
16-
version: "25.0.1"
15+
1716
- run: cargo mutants --in-place --no-shuffle
1817
- uses: actions/upload-artifact@v4
1918
if: always()

0 commit comments

Comments
 (0)