Skip to content

Commit 4b00cb8

Browse files
[internal] Update GitHub Actions workflow files (#477)
Co-authored-by: Pulumi Bot <bot@pulumi.com>
1 parent e359f3a commit 4b00cb8

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

.config/mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ java = 'corretto-11'
1919
"github:pulumi/pulumi" = "{{ env.PULUMI_VERSION_MISE }}"
2020
"github:pulumi/pulumictl" = '0.0.50'
2121
"github:pulumi/schema-tools" = "0.6.0"
22-
"go:github.com/pulumi/upgrade-provider" = "0.0.1"
22+
"go:github.com/pulumi/upgrade-provider" = "main"
2323
"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"

.github/workflows/build_provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
6969
with:
70-
version: 2026.2.15
70+
version: 2026.3.7
7171
github_token: ${{ steps.app-auth.outputs.token }}
7272
# only saving the cache in the prerequisites job
7373
cache_save: false

.github/workflows/build_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
6767
with:
68-
version: 2026.2.15
68+
version: 2026.3.7
6969
github_token: ${{ steps.app-auth.outputs.token }}
7070
# only saving the cache in the prerequisites job
7171
cache_save: false

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
4848
with:
49-
version: 2026.2.15
49+
version: 2026.3.7
5050
github_token: ${{ steps.app-auth.outputs.token }}
5151
# only saving the cache in the prerequisites job
5252
cache_save: false

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
4848
with:
49-
version: 2026.2.15
49+
version: 2026.3.7
5050
github_token: ${{ steps.app-auth.outputs.token }}
5151
cache_save: false # A different job handles caching our tools.
5252
- name: prepare workspace

.github/workflows/prerequisites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
7474
with:
75-
version: 2026.2.15
75+
version: 2026.3.7
7676
github_token: ${{ steps.app-auth.outputs.token }}
7777
# only saving the cache in the prerequisites job
7878
cache_save: true

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
6666
with:
67-
version: 2026.2.15
67+
version: 2026.3.7
6868
github_token: ${{ steps.app-auth.outputs.token }}
6969
cache_save: false
7070
- name: Create dist directory
@@ -148,7 +148,7 @@ jobs:
148148
env:
149149
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
150150
with:
151-
version: 2026.2.15
151+
version: 2026.3.7
152152
github_token: ${{ steps.app-auth.outputs.token }}
153153
# only saving the cache in the prerequisites job
154154
cache_save: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
MISE_ENV: test
6262
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
6363
with:
64-
version: 2026.2.15
64+
version: 2026.3.7
6565
github_token: ${{ steps.app-auth.outputs.token }}
6666
# also save this cache since we are using a different mise env.
6767
cache_save: true

.github/workflows/upgrade-bridge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
env:
9898
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
9999
with:
100-
version: 2026.2.15
100+
version: 2026.3.7
101101
github_token: ${{ steps.app-auth.outputs.token }}
102102
# only saving the cache in the prerequisites job
103103
cache_save: false

.github/workflows/upgrade-provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s
6666
with:
67-
version: 2026.2.15
67+
version: 2026.3.7
6868
github_token: ${{ steps.app-auth.outputs.token }}
6969
# only saving the cache in the prerequisites job
7070
cache_save: false

0 commit comments

Comments
 (0)