From 214793b92943d3a5988f1e21e73936af3197e8ff Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 05:45:22 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#730) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 4cdb4b8cad405d730db594e8adb73ee1b875b4a6. Co-authored-by: Pulumi Bot --- .config/mise.toml | 2 +- .github/actions/setup-tools/action.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/mise.toml b/.config/mise.toml index 628eeac..5f0e2b4 100644 --- a/.config/mise.toml +++ b/.config/mise.toml @@ -2,7 +2,7 @@ # You can create your own root-level mise.toml file to override/augment this. See https://mise.jdx.dev/configuration.html [env] -_.source = "{{config_root}}/scripts/get-versions.sh" +_.vfox-pulumi = { module_path = "." } # Sets GO_VERSION_MISE and PULUMI_VERSION_MISE PULUMI_HOME = "{{config_root}}/.pulumi" [tools] diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index 897b5fa..c39d021 100644 --- a/.github/actions/setup-tools/action.yml +++ b/.github/actions/setup-tools/action.yml @@ -14,13 +14,14 @@ runs: using: "composite" steps: - name: Setup mise - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3 + uses: blampe/mise-action@blampe/plugins env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: version: 2025.11.6 cache_save: ${{ inputs.cache }} github_token: ${{ inputs.github_token }} + plugin_install: https://github.com/pulumi/vfox-pulumi - name: Setup Go Cache uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0