Update GitHub Actions workflows. (#564)

This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit b3ee77fa5b79734c33e2a074744b4f5873e72478.
This commit is contained in:
Pulumi Bot
2025-08-05 22:52:02 -07:00
committed by GitHub
parent 3a50555d36
commit 3bca7cb8c7

View File

@@ -14,3 +14,6 @@ java = 'corretto-11'
pulumi = 'latest' pulumi = 'latest'
"go:github.com/pulumi/pulumictl/cmd/pulumictl" = 'latest' "go:github.com/pulumi/pulumictl/cmd/pulumictl" = 'latest'
gradle = '7.6' gradle = '7.6'
[settings]
experimental = true # Required for Go binaries (e.g. pulumictl).