diff --git a/.github/workflows/test-build-number.yml b/.github/workflows/test-build-number.yml index 3a54ea3b..0670aa96 100644 --- a/.github/workflows/test-build-number.yml +++ b/.github/workflows/test-build-number.yml @@ -131,7 +131,7 @@ jobs: - uses: ./config-npm - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: - version: 2026.5.9 + version: 2026.6.14 - 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 9ce1b35b..6e0f5020 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@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: - version: 2026.5.9 + version: 2026.6.14 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 9ef7a97a..8bd3266a 100644 --- a/.github/workflows/test-update-release-channel.yml +++ b/.github/workflows/test-update-release-channel.yml @@ -34,7 +34,7 @@ jobs: - uses: ./config-npm - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: - version: 2026.5.9 + version: 2026.6.14 - 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 4b8aa392..6bd09439 100644 --- a/build-npm/action.yml +++ b/build-npm/action.yml @@ -120,7 +120,7 @@ runs: - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: - version: 2026.5.9 + version: 2026.6.14 - uses: ./.actions/config-npm id: config diff --git a/build-poetry/action.yml b/build-poetry/action.yml index 49efa590..0fbb88d2 100644 --- a/build-poetry/action.yml +++ b/build-poetry/action.yml @@ -106,7 +106,7 @@ runs: - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: - version: 2026.5.9 + version: 2026.6.14 - uses: ./.actions/config-poetry id: config diff --git a/build-yarn/action.yml b/build-yarn/action.yml index bd5147b4..6556a815 100644 --- a/build-yarn/action.yml +++ b/build-yarn/action.yml @@ -115,7 +115,7 @@ runs: - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: - version: 2026.5.9 + version: 2026.6.14 working_directory: ${{ inputs.working-directory }} - name: Cache Yarn dependencies diff --git a/promote/action.yml b/promote/action.yml index fc35a5ac..5b37419b 100644 --- a/promote/action.yml +++ b/promote/action.yml @@ -61,7 +61,7 @@ runs: development/github/token/{REPO_OWNER_NAME_DASH}-promotion token | GITHUB_TOKEN; - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: - version: 2026.5.9 + version: 2026.6.14 - name: Promote artifacts shell: bash env: diff --git a/update-release-channel/action.yml b/update-release-channel/action.yml index e2ff5fbb..6dd0fe89 100644 --- a/update-release-channel/action.yml +++ b/update-release-channel/action.yml @@ -59,7 +59,7 @@ runs: if: inputs.dryRun != 'true' uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 with: - version: 2026.5.9 + version: 2026.6.14 mise_toml: | [tools] awscli = "2.34.55"