From 1e00e5dc897105b292a54f5e5b8596b4c8a1101d Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 05:44:49 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#724) This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 90795a3949f95304f4bd3a9dea2ace1ca3465403. Co-authored-by: Pulumi Bot --- .config/mise.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/mise.toml b/.config/mise.toml index a733aa2..628eeac 100644 --- a/.config/mise.toml +++ b/.config/mise.toml @@ -27,6 +27,8 @@ golangci-lint = "1.64.8" # See note about about overrides if you need to customi [settings] experimental = true # Required for Go binaries (e.g. pulumictl). lockfile = false +http_retries = 3 +pin = true # `mise use` should pin versions instead of defaulting to latest. [plugins] vfox-pulumi = "https://github.com/pulumi/vfox-pulumi"