Update GitHub Actions workflows. (#616)

This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit d2d946e761bab19abc5e5a598d44cf709dae77e9.
This commit is contained in:
Pulumi Bot
2025-10-01 07:54:01 +02:00
committed by GitHub
parent 5e589f61ec
commit c7b2867559
6 changed files with 14 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ _.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='MISE_GO_VERSION', default='latest') }}"
go = "{{ get_env(name='GO_VERSION_MISE', default='latest') }}"
node = '20'
python = '3.11.8'
dotnet = '8.0'
@@ -16,7 +16,7 @@ dotnet = '8.0'
java = 'corretto-11'
# Executable tools
pulumi = "{{ get_env(name='MISE_PULUMI_VERSION', default='latest') }}"
pulumi = "{{ get_env(name='PULUMI_VERSION_MISE', default='latest') }}"
"github:pulumi/pulumictl" = 'latest'
"github:pulumi/schema-tools" = "latest"
gradle = '7.6'