1 parent 46189af commit e581e40Copy full SHA for e581e40
1 file changed
.github/workflows/ci.yml
@@ -13,6 +13,8 @@ jobs:
13
with:
14
submodules: recursive
15
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
16
+ with:
17
+ version: 2025.11.8
18
- name: "Workaround: Prepare ~/.local/share/chezmoi"
19
run: |
20
mkdir -p "$HOME/.local/share"
@@ -32,6 +34,8 @@ jobs:
32
34
steps:
33
35
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
37
38
39
- name: Install dependencies
40
run: sudo apt install -y zsh
41
- name: Run test
0 commit comments