Skip to content

Commit 67f155c

Browse files
committed
add
1 parent 94c1172 commit 67f155c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/auto-pull-request-by-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.21'
17+
go-version: '1.24.11'
1818

1919
- name: Install pulumictl
2020
uses: jaxxstorm/action-install-gh-release@v1.5.0
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Pulumi CLI
2626
uses: pulumi/action-install-pulumi-cli@v2.0.0
2727
with:
28-
pulumi-version: 3.117.0
28+
pulumi-version: 3.210.0
2929

3030
- name: Setup Node
3131
uses: actions/setup-node@v1
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Python
4141
uses: actions/setup-python@v1
4242
with:
43-
python-version: 3.9
43+
python-version: 3.13
4444

4545
- name: generate-code
4646
id: generate-code

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Pulumi CLI
2828
uses: pulumi/action-install-pulumi-cli@v2.0.0
2929
with:
30-
pulumi-version: 3.117.0
30+
pulumi-version: 3.210.0
3131
- name: Setup Node
3232
uses: actions/setup-node@v1
3333
with:
@@ -57,7 +57,7 @@ jobs:
5757
dotnetversion:
5858
- 6.0.408
5959
goversion:
60-
- 1.21.x
60+
- 1.24.x
6161
language:
6262
- nodejs
6363
- python
@@ -66,4 +66,4 @@ jobs:
6666
nodeversion:
6767
- 18.x
6868
pythonversion:
69-
- "3.9"
69+
- "3.13"

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: true
4949
matrix:
5050
goversion:
51-
- 1.21.x
51+
- 1.24.x
5252
publish_sdk:
5353
name: Publish SDKs
5454
runs-on: ubuntu-20.04
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install Pulumi CLI
7171
uses: pulumi/action-install-pulumi-cli@v2.0.0
7272
with:
73-
pulumi-version: 3.117.0
73+
pulumi-version: 3.210.0
7474
- name: Setup Node
7575
uses: actions/setup-node@v1
7676
with:
@@ -119,7 +119,7 @@ jobs:
119119
dotnetversion:
120120
- 6.0.408
121121
goversion:
122-
- 1.21.x
122+
- 1.24.x
123123
language:
124124
- nodejs
125125
- python
@@ -128,4 +128,4 @@ jobs:
128128
nodeversion:
129129
- 18.x
130130
pythonversion:
131-
- "3.9"
131+
- "3.13"

0 commit comments

Comments
 (0)