Skip to content

Commit df194bd

Browse files
Update dependency mise to 2026.5.15
1 parent cd944d8 commit df194bd

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test-build-number.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- uses: ./config-npm
125125
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
126126
with:
127-
version: 2026.5.9
127+
version: 2026.5.15
128128
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
129129
with:
130130
jobs: ${{ toJSON(needs) }}

.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@1648a7812b9aeae629881980618f079932869151 # v4.0.1
2424
with:
25-
version: 2026.5.9
25+
version: 2026.5.15
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@1648a7812b9aeae629881980618f079932869151 # v4.0.1
125125
with:
126-
version: 2026.5.9
126+
version: 2026.5.15
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@1648a7812b9aeae629881980618f079932869151 # v4.0.1
121121
with:
122-
version: 2026.5.9
122+
version: 2026.5.15
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@1648a7812b9aeae629881980618f079932869151 # v4.0.1
120120
with:
121-
version: 2026.5.9
121+
version: 2026.5.15
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@1648a7812b9aeae629881980618f079932869151 # v4.0.1
6161
with:
62-
version: 2026.5.9
62+
version: 2026.5.15
6363
- name: Promote artifacts
6464
shell: bash
6565
env:

0 commit comments

Comments
 (0)