Skip to content

Commit 2d236e3

Browse files
committed
update the dep version into the github action
1 parent ed5250d commit 2d236e3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
uses: jaxxstorm/[email protected]
2424
with:
2525
repo: pulumi/pulumictl
26-
tag: v0.0.32
26+
tag: v0.0.46
2727
- name: Install Pulumi CLI
2828
uses: pulumi/[email protected]
2929
with:
30-
pulumi-version: 3.47.1
30+
pulumi-version: 3.117.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.18.x
60+
- 1.21.x
6161
language:
6262
- nodejs
6363
- python

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: jaxxstorm/[email protected]
3535
with:
3636
repo: pulumi/pulumictl
37-
tag: v0.0.32
37+
tag: v0.0.46
3838
- name: Set PreRelease Version
3939
run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV
4040
# - name: Run GoReleaser
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: true
4949
matrix:
5050
goversion:
51-
- 1.18.x
51+
- 1.21.x
5252
publish_sdk:
5353
name: Publish SDKs
5454
runs-on: ubuntu-20.04
@@ -66,11 +66,11 @@ jobs:
6666
uses: jaxxstorm/[email protected]
6767
with:
6868
repo: pulumi/pulumictl
69-
tag: v0.0.32
69+
tag: v0.0.46
7070
- name: Install Pulumi CLI
7171
uses: pulumi/[email protected]
7272
with:
73-
pulumi-version: 3.47.1
73+
pulumi-version: 3.117.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.18.x
122+
- 1.21.x
123123
language:
124124
- nodejs
125125
- python

0 commit comments

Comments
 (0)