Skip to content

Commit e581e40

Browse files
committed
Fix mise version
1 parent 46189af commit e581e40

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
with:
1414
submodules: recursive
1515
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
16+
with:
17+
version: 2025.11.8
1618
- name: "Workaround: Prepare ~/.local/share/chezmoi"
1719
run: |
1820
mkdir -p "$HOME/.local/share"
@@ -32,6 +34,8 @@ jobs:
3234
steps:
3335
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3436
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
37+
with:
38+
version: 2025.11.8
3539
- name: Install dependencies
3640
run: sudo apt install -y zsh
3741
- name: Run test

0 commit comments

Comments
 (0)