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.
This commit is contained in:
Pulumi Bot
2025-10-15 22:52:39 -07:00
committed by GitHub
parent 361335bba0
commit 1811524e66

View File

@@ -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'