Skip to content

Commit 0fb6045

Browse files
committed
Update GitHub workflow to install MISE
1 parent ae2ce60 commit 0fb6045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Mise and Dependencies
2323
uses: jdx/mise-action@v2
2424
with:
25-
version: latest # or specify pin, e.g. "2024.12.14"
25+
version: 2025.10.2 # or specify pin, e.g. "2024.12.14"
2626
install: true # Installs tools defined in .mise.toml or .tool-versions
2727
cache: true # Caches virtualenvs created by mise
2828

0 commit comments

Comments
 (0)