File tree Expand file tree Collapse file tree 12 files changed +28
-5
lines changed
Expand file tree Collapse file tree 12 files changed +28
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ PULUMI_HOME = "{{config_root}}/.pulumi"
88[tools ]
99
1010# Runtimes
11- # TODO: we may not need ` get_env` once https://github.com/jdx/mise/discussions/6339 is fixed
11+ # TODO: we may not need ' get_env' once https://github.com/jdx/mise/discussions/6339 is fixed
1212go = " {{ get_env(name='GO_VERSION_MISE', default='latest') }}"
1313node = ' 20.19.5'
1414python = ' 3.11.8'
@@ -18,16 +18,16 @@ java = 'corretto-11'
1818
1919# Executable tools
2020pulumi = " {{ get_env(name='PULUMI_VERSION_MISE', default='latest') }}"
21- "github:pulumi/pulumictl" = ' latest '
22- "github:pulumi/schema-tools" = " latest "
23- gradle = ' 7.6'
21+ "github:pulumi/pulumictl" = ' 0.0.50 '
22+ "github:pulumi/schema-tools" = " 0.6.0 "
23+ "aqua: gradle/gradle-distributions" = ' 7.6 .6'
2424golangci-lint = " 1.64.8" # See note about about overrides if you need to customize this.
2525"npm:yarn" = " 1.22.22"
2626"vfox-pulumi:pulumi/pulumi-converter-terraform" = " latest"
2727
2828[settings ]
2929experimental = true # Required for Go binaries (e.g. pulumictl).
30- lockfile = true
30+ lockfile = false
3131
3232[plugins ]
3333vfox-pulumi = " https://github.com/pulumi/vfox-pulumi"
Original file line number Diff line number Diff line change 5858 tag : v2.1.5-procursus2
5959 - name : Setup mise
6060 uses : jdx/mise-action@v3
61+ env :
62+ MISE_FETCH_REMOTE_VERSIONS_TIMEOUT : 30s
6163 with :
6264 version : 2025.11.6
6365 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5656 key : ${{ runner.os }}-${{ hashFiles('provider/go.sum') }}
5757 - name : Setup mise
5858 uses : jdx/mise-action@v3
59+ env :
60+ MISE_FETCH_REMOTE_VERSIONS_TIMEOUT : 30s
5961 with :
6062 version : 2025.11.6
6163 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3434
3535 - name : Setup mise
3636 uses : jdx/mise-action@v3
37+ env :
38+ MISE_FETCH_REMOTE_VERSIONS_TIMEOUT : 30s
3739 with :
3840 version : 2025.11.6
3941 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2323 persist-credentials : false
2424 - name : Setup mise
2525 uses : jdx/mise-action@v3
26+ env :
27+ MISE_FETCH_REMOTE_VERSIONS_TIMEOUT : 30s
2628 with :
2729 version : 2025.11.6
2830 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2323 persist-credentials : false
2424 - name : Setup mise
2525 uses : jdx/mise-action@v3
26+ env :
27+ MISE_FETCH_REMOTE_VERSIONS_TIMEOUT : 30s
2628 with :
2729 version : 2025.11.6
2830 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5050 aws-secret-access-key : ${{ steps.esc-secrets.outputs.AWS_CORP_S3_UPLOAD_SECRET_ACCESS_KEY }}
5151 - name : Setup mise
5252 uses : jdx/mise-action@v3
53+ env :
54+ MISE_FETCH_REMOTE_VERSIONS_TIMEOUT : 30s
5355 with :
5456 version : 2025.11.6
5557 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 6262 key : ${{ runner.os }}-${{ hashFiles('provider/go.sum') }}
6363 - name : Setup mise
6464 uses : jdx/mise-action@v3
65+ env :
66+ MISE_FETCH_REMOTE_VERSIONS_TIMEOUT : 30s
6567 with :
6668 version : 2025.11.6
6769 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5555 uses : pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
5656 - name : Setup mise
5757 uses : jdx/mise-action@v3
58+ env :
59+ MISE_FETCH_REMOTE_VERSIONS_TIMEOUT : 30s
5860 with :
5961 version : 2025.11.6
6062 github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -143,6 +145,8 @@ jobs:
143145 uses : pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
144146 - name : Setup mise
145147 uses : jdx/mise-action@v3
148+ env :
149+ MISE_FETCH_REMOTE_VERSIONS_TIMEOUT : 30s
146150 with :
147151 version : 2025.11.6
148152 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 5252 uses : jdx/mise-action@v3
5353 env :
5454 MISE_ENV : test
55+ MISE_FETCH_REMOTE_VERSIONS_TIMEOUT : 30s
5556 with :
5657 version : 2025.11.6
5758 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments