Skip to content

Commit 3b15d18

Browse files
committed
CI: pin mise to a newer version
... in hope that that fixes the missing cargo fmt
1 parent 7b78d65 commit 3b15d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autofix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v5
3030
- uses: jdx/mise-action@v3
3131
with:
32-
version: 2025.7.12
32+
version: 2025.9.18
3333
log_level: debug
3434
- name: Run fixes
3535
run: mise run --force --jobs=1 'ci:autofix:fix'
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v5
4444
- uses: jdx/mise-action@v3
4545
with:
46-
version: 2025.7.12
46+
version: 2025.9.18
4747
log_level: debug
4848
- name: Run lints
4949
run: mise run --force --jobs=1 'ci:autofix:lint'

0 commit comments

Comments
 (0)