From c6caac1761bdea84d883a1710ba130895e06d1d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 15:53:39 +0000 Subject: [PATCH] Update dependency mise to 2026.5.15 --- .github/workflows/test-build-number.yml | 2 +- .github/workflows/test-shell-scripts.yml | 2 +- .github/workflows/test-update-release-channel.yml | 2 +- build-npm/action.yml | 2 +- build-poetry/action.yml | 2 +- build-yarn/action.yml | 2 +- promote/action.yml | 2 +- update-release-channel/action.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-build-number.yml b/.github/workflows/test-build-number.yml index c8aee27d..c033c4ff 100644 --- a/.github/workflows/test-build-number.yml +++ b/.github/workflows/test-build-number.yml @@ -124,7 +124,7 @@ jobs: - uses: ./config-npm - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.9 + version: 2026.5.15 - uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2 with: jobs: ${{ toJSON(needs) }} diff --git a/.github/workflows/test-shell-scripts.yml b/.github/workflows/test-shell-scripts.yml index 80e196e5..30b867c2 100644 --- a/.github/workflows/test-shell-scripts.yml +++ b/.github/workflows/test-shell-scripts.yml @@ -22,7 +22,7 @@ jobs: - uses: ./config-npm - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.9 + version: 2026.5.15 tool_versions: | pipx 1.12.0 pipx:check-jsonschema 0.37.2 diff --git a/.github/workflows/test-update-release-channel.yml b/.github/workflows/test-update-release-channel.yml index 3a23f1f3..a2a2e172 100644 --- a/.github/workflows/test-update-release-channel.yml +++ b/.github/workflows/test-update-release-channel.yml @@ -29,7 +29,7 @@ jobs: [[ "${{ steps.urc.outputs.key }}" == "Distribution/test-fixture/stable.json" ]] - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.9 + version: 2026.5.15 - name: Validate body against schema/v1.json env: BODY: ${{ steps.urc.outputs.body }} diff --git a/build-npm/action.yml b/build-npm/action.yml index ed62b98c..8fd5b58e 100644 --- a/build-npm/action.yml +++ b/build-npm/action.yml @@ -123,7 +123,7 @@ runs: - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.9 + version: 2026.5.15 - uses: ./.actions/config-npm id: config diff --git a/build-poetry/action.yml b/build-poetry/action.yml index 43db36c0..73fbd478 100644 --- a/build-poetry/action.yml +++ b/build-poetry/action.yml @@ -119,7 +119,7 @@ runs: restore-keys: poetry-${{ runner.os }}- - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.9 + version: 2026.5.15 - uses: SonarSource/vault-action-wrapper@c154b4a417b51cb98dd71137f49bf20e77c56820 # 3.4.0 id: secrets # yamllint disable rule:line-length diff --git a/build-yarn/action.yml b/build-yarn/action.yml index 64b51694..5558a8c3 100644 --- a/build-yarn/action.yml +++ b/build-yarn/action.yml @@ -118,7 +118,7 @@ runs: - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.9 + version: 2026.5.15 working_directory: ${{ inputs.working-directory }} - name: Cache Yarn dependencies diff --git a/promote/action.yml b/promote/action.yml index b2b74d76..ad99f520 100644 --- a/promote/action.yml +++ b/promote/action.yml @@ -59,7 +59,7 @@ runs: development/github/token/{REPO_OWNER_NAME_DASH}-promotion token | GITHUB_TOKEN; - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.9 + version: 2026.5.15 - name: Promote artifacts shell: bash env: diff --git a/update-release-channel/action.yml b/update-release-channel/action.yml index ca4b4f84..5f8a0bfa 100644 --- a/update-release-channel/action.yml +++ b/update-release-channel/action.yml @@ -50,7 +50,7 @@ runs: if: inputs.dryRun != 'true' uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - version: 2026.5.9 + version: 2026.5.15 mise_toml: | [tools] awscli = "2.34.55"