Skip to content

Commit 23d3a57

Browse files
PREQ-5070 Update dependency mise to 2026.3.17 (#232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f58c0df commit 23d3a57

5 files changed

Lines changed: 5 additions & 5 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.17
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
@@ -123,7 +123,7 @@ runs:
123123
124124
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
125125
with:
126-
version: 2026.3.7
126+
version: 2026.3.17
127127

128128
- uses: ./.actions/config-npm
129129
id: config

build-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ runs:
119119
restore-keys: poetry-${{ runner.os }}-
120120
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
121121
with:
122-
version: 2026.3.7
122+
version: 2026.3.17
123123
- uses: SonarSource/vault-action-wrapper@c154b4a417b51cb98dd71137f49bf20e77c56820 # 3.4.0
124124
id: secrets
125125
# yamllint disable rule:line-length

build-yarn/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ runs:
118118
119119
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
120120
with:
121-
version: 2026.3.7
121+
version: 2026.3.17
122122
working_directory: ${{ inputs.working-directory }}
123123

124124
- name: Cache Yarn dependencies

promote/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
development/github/token/{REPO_OWNER_NAME_DASH}-promotion token | GITHUB_TOKEN;
6060
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
6161
with:
62-
version: 2026.3.7
62+
version: 2026.3.17
6363
- name: Promote artifacts
6464
shell: bash
6565
env:

0 commit comments

Comments
 (0)