Skip to content

Commit e41fd13

Browse files
authored
Update GitHub Actions workflows. (#820)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 234875cde0dfad04d0cd792bef2221dec4538151.
1 parent 05636f3 commit e41fd13

File tree

12 files changed

+28
-5
lines changed

12 files changed

+28
-5
lines changed

.config/mise.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
1212
go = "{{ get_env(name='GO_VERSION_MISE', default='latest') }}"
1313
node = '20.19.5'
1414
python = '3.11.8'
@@ -18,16 +18,16 @@ java = 'corretto-11'
1818

1919
# Executable tools
2020
pulumi = "{{ 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'
2424
golangci-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]
2929
experimental = true # Required for Go binaries (e.g. pulumictl).
30-
lockfile = true
30+
lockfile = false
3131

3232
[plugins]
3333
vfox-pulumi = "https://github.com/pulumi/vfox-pulumi"

.github/workflows/build_provider.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
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 }}

.github/workflows/build_sdk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
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 }}

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
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 }}

.github/workflows/license.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
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 }}

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
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 }}

.github/workflows/main-post-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
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 }}

.github/workflows/prerequisites.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
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 }}

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
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 }}

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)