Skip to content

Commit cf29bce

Browse files
Update dependency mise to 2026.3.8
1 parent 94416c8 commit cf29bce

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test-shell-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: ./config-npm
2323
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
2424
with:
25-
version: 2026.3.7
25+
version: 2026.3.8
2626
- name: Run ShellSpec tests
2727
# FIXME BUILD-8337: improve setup of kcov
2828
run: |

build-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ runs:
105105
106106
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
107107
with:
108-
version: 2026.3.7
108+
version: 2026.3.8
109109

110110
- uses: ./.actions/config-npm
111111
id: config

build-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ runs:
115115
restore-keys: poetry-${{ runner.os }}-
116116
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
117117
with:
118-
version: 2026.3.7
118+
version: 2026.3.8
119119
- uses: SonarSource/vault-action-wrapper@3d5c87cb535e4a2c7a09adcbcfdefa751854dee3 # 3.3.0
120120
id: secrets
121121
# yamllint disable rule:line-length

build-yarn/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ runs:
107107
108108
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
109109
with:
110-
version: 2026.3.7
110+
version: 2026.3.8
111111
working_directory: ${{ inputs.working-directory }}
112112

113113
- name: Cache Yarn dependencies

config-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
7474
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
7575
with:
76-
version: 2026.3.7
76+
version: 2026.3.8
7777

7878
- uses: SonarSource/vault-action-wrapper@3d5c87cb535e4a2c7a09adcbcfdefa751854dee3 # 3.3.0
7979
id: secrets

promote/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
development/github/token/{REPO_OWNER_NAME_DASH}-promotion token | GITHUB_TOKEN;
5353
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
5454
with:
55-
version: 2026.3.7
55+
version: 2026.3.8
5656
- name: Promote artifacts
5757
shell: bash
5858
env:

0 commit comments

Comments
 (0)