We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2ce60 commit 0fb6045Copy full SHA for 0fb6045
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install Mise and Dependencies
23
uses: jdx/mise-action@v2
24
with:
25
- version: latest # or specify pin, e.g. "2024.12.14"
+ version: 2025.10.2 # or specify pin, e.g. "2024.12.14"
26
install: true # Installs tools defined in .mise.toml or .tool-versions
27
cache: true # Caches virtualenvs created by mise
28
0 commit comments