Skip to content

Commit 1bdf9e1

Browse files
Update dependency mise to 2026.3.7
1 parent 4f15d50 commit 1bdf9e1

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@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
2424
with:
25-
version: 2026.1.0
25+
version: 2026.3.7
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@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
107107
with:
108-
version: 2026.1.0
108+
version: 2026.3.7
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@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
117117
with:
118-
version: 2026.1.0
118+
version: 2026.3.7
119119
- uses: SonarSource/vault-action-wrapper@545e7cfbb5528e7009a1edcc83e073898d292627 # 3.2.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@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
109109
with:
110-
version: 2026.1.0
110+
version: 2026.3.7
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@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
7575
with:
76-
version: 2026.1.0
76+
version: 2026.3.7
7777

7878
- uses: SonarSource/vault-action-wrapper@545e7cfbb5528e7009a1edcc83e073898d292627 # 3.2.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@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
5454
with:
55-
version: 2026.1.0
55+
version: 2026.3.7
5656
- name: Promote artifacts
5757
shell: bash
5858
env:

0 commit comments

Comments
 (0)