Compare commits

...

1 Commits

Author SHA1 Message Date
Pulumi Bot
d2dc0aeaa9 [internal] Update GitHub Actions workflow files 2025-11-25 05:33:02 +00:00
2 changed files with 9 additions and 6 deletions

View File

@@ -3,11 +3,12 @@
[env] [env]
_.source = "{{config_root}}/scripts/get-versions.sh" _.source = "{{config_root}}/scripts/get-versions.sh"
PULUMI_HOME = "{{config_root}}/.pulumi"
[tools] [tools]
# Runtimes # Runtimes
# TODO: we may not need `get_env` once https://github.com/jdx/mise/discussions/6339 is fixed # 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 = "{{ get_env(name='GO_VERSION_MISE', default='latest') }}"
node = '20.19.5' node = '20.19.5'
python = '3.11.8' python = '3.11.8'
@@ -17,12 +18,12 @@ java = 'corretto-11'
# Executable tools # Executable tools
pulumi = "{{ get_env(name='PULUMI_VERSION_MISE', default='latest') }}" pulumi = "{{ get_env(name='PULUMI_VERSION_MISE', default='latest') }}"
"github:pulumi/pulumictl" = 'latest' "github:pulumi/pulumictl" = '0.0.50'
"github:pulumi/schema-tools" = "latest" "github:pulumi/schema-tools" = "0.6.0"
gradle = '7.6' "aqua:gradle/gradle-distributions" = '7.6.6'
golangci-lint = "1.64.8" # See note about about overrides if you need to customize this. golangci-lint = "1.64.8" # See note about about overrides if you need to customize this.
"npm:yarn" = "1.22.22" "npm:yarn" = "1.22.22"
[settings] [settings]
experimental = true # Required for Go binaries (e.g. pulumictl). experimental = true # Required for Go binaries (e.g. pulumictl).
lockfile = true lockfile = false

View File

@@ -14,7 +14,9 @@ runs:
using: "composite" using: "composite"
steps: steps:
- name: Setup mise - name: Setup mise
uses: jdx/mise-action@d16887ba50704baed7de72bd1e82e04391e4457a # v3 uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3
env:
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
with: with:
version: 2025.11.6 version: 2025.11.6
cache_save: ${{ inputs.cache }} cache_save: ${{ inputs.cache }}