Skip to content

Commit 299155c

Browse files
Update dependency mise to 2026.1.1
1 parent eef89b4 commit 299155c

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@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
2424
with:
25-
version: 2026.1.0
25+
version: 2026.1.1
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
@@ -102,7 +102,7 @@ runs:
102102
103103
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
104104
with:
105-
version: 2026.1.0
105+
version: 2026.1.1
106106

107107
- uses: ./.actions/config-npm
108108
id: config

build-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ runs:
112112
restore-keys: poetry-${{ runner.os }}-
113113
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
114114
with:
115-
version: 2026.1.0
115+
version: 2026.1.1
116116
- uses: SonarSource/vault-action-wrapper@320bd31b03e5dacaac6be51bbbb15adf7caccc32 # 3.1.0
117117
id: secrets
118118
# yamllint disable rule:line-length

build-yarn/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ runs:
103103
104104
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
105105
with:
106-
version: 2026.1.0
106+
version: 2026.1.1
107107
working_directory: ${{ inputs.working-directory }}
108108

109109
- 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@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
7575
with:
76-
version: 2026.1.0
76+
version: 2026.1.1
7777

7878
- uses: SonarSource/vault-action-wrapper@320bd31b03e5dacaac6be51bbbb15adf7caccc32 # 3.1.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@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
5454
with:
55-
version: 2026.1.0
55+
version: 2026.1.1
5656
- name: Promote artifacts
5757
shell: bash
5858
env:

0 commit comments

Comments
 (0)