From 5eabae06083ed830ff2006d50e72816d4e9c4ffb Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 05:57:28 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#772) This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [f591fbcab3c096e497ab858d7155b31b12495ed1](https://github.com/pulumi/ci-mgmt/commit/f591fbcab3c096e497ab858d7155b31b12495ed1). Co-authored-by: Pulumi Bot --- .config/mise.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/mise.toml b/.config/mise.toml index 8872d3f..9b8e652 100644 --- a/.config/mise.toml +++ b/.config/mise.toml @@ -8,8 +8,7 @@ PULUMI_HOME = "{{config_root}}/.pulumi" [tools] # 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') }}" +go = "{{ env.GO_VERSION_MISE }}" node = '20.19.5' python = '3.11.8' "vfox:version-fox/vfox-dotnet" = "8.0.20" # vfox backend doesn't work on Windows, gives "error converting Lua table to PreInstall (no version returned from vfox plugin)" https://github.com/jdx/mise/discussions/5876 https://github.com/jdx/mise/discussions/5550 @@ -17,7 +16,7 @@ python = '3.11.8' java = 'corretto-11' # Executable tools -"github:pulumi/pulumi" = "{{ get_env(name='PULUMI_VERSION_MISE', default='latest') }}" +"github:pulumi/pulumi" = "{{ env.PULUMI_VERSION_MISE }}" "github:pulumi/pulumictl" = '0.0.50' "github:pulumi/schema-tools" = "0.6.0" "aqua:gradle/gradle-distributions" = '7.6.6'