From 1811524e66b791d5ef5163fbf787a8d1620b2fbe Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:52:39 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#629) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 16969054030269fefacac22b8536d1f80ed8e2d9. --- .config/mise.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/mise.toml b/.config/mise.toml index 93e5130..f93067e 100644 --- a/.config/mise.toml +++ b/.config/mise.toml @@ -9,9 +9,9 @@ _.source = "{{config_root}}/scripts/get-versions.sh" # Runtimes # TODO: we may not need `get_env` once https://github.com/jdx/mise/discussions/6339 is fixed go = "{{ get_env(name='GO_VERSION_MISE', default='latest') }}" -node = '20' +node = '20.19.5' python = '3.11.8' -dotnet = '8.0' +dotnet = '8.0.414' # Corretto version used as Java SE/OpenJDK version no longer offered java = 'corretto-11'