Skip to content

Commit 7cf3df0

Browse files
authored
Correct cargo mutants version locking in weekly workflow (payjoin#776)
Corrects the incorrect syntax introduced in payjoin#759
2 parents 910f32e + 47c0d57 commit 7cf3df0

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)