Skip to content

Commit 0e57ba7

Browse files
committed
ci: upgrade mise from 2025.9.6 to 2026.5.0 to fix Python 3.13 install
1 parent e4dc9f2 commit 0e57ba7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install mise
2222
uses: jdx/mise-action@v4
2323
with:
24-
version: 2025.9.6
24+
version: 2026.5.0
2525
cache: true
2626
install: false
2727

@@ -65,7 +65,7 @@ jobs:
6565
- name: Install mise
6666
uses: jdx/mise-action@v4
6767
with:
68-
version: 2025.9.6
68+
version: 2026.5.0
6969
cache: true
7070
install: false
7171

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install mise
2121
uses: jdx/mise-action@v4
2222
with:
23-
version: 2025.9.6
23+
version: 2026.5.0
2424
cache: true
2525
install: false
2626

0 commit comments

Comments
 (0)