Skip to content

Commit af3302d

Browse files
authored
Merge pull request #24 from tencentcloudstack/feat/sync_provider
sync-terraform-provider
2 parents 64cbceb + 122b655 commit af3302d

File tree

4,377 files changed

+889968
-81149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,377 files changed

+889968
-81149
lines changed

.github/workflows/pull-request.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,19 @@ jobs:
2323
uses: jaxxstorm/action-install-gh-release@v1.5.0
2424
with:
2525
repo: pulumi/pulumictl
26+
tag: v0.0.32
2627
- name: Install Pulumi CLI
2728
uses: pulumi/action-install-pulumi-cli@v2.0.0
29+
with:
30+
pulumi-version: 3.47.1
2831
- name: Setup Node
2932
uses: actions/setup-node@v1
3033
with:
3134
node-version: ${{matrix.nodeversion}}
3235
- name: Setup DotNet
3336
uses: actions/setup-dotnet@v1
3437
with:
35-
dotnet-version: ${{matrix.dotnetverson}}
38+
dotnet-version: ${{matrix.dotnetversion}}
3639
- name: Setup Python
3740
uses: actions/setup-python@v1
3841
with:
@@ -52,15 +55,15 @@ jobs:
5255
fail-fast: true
5356
matrix:
5457
dotnetversion:
55-
- 3.1.301
58+
- 6.0.408
5659
goversion:
57-
- 1.19.x
60+
- 1.18.x
5861
language:
5962
- nodejs
6063
- python
6164
- dotnet
6265
- go
6366
nodeversion:
64-
- 14.x
67+
- 18.x
6568
pythonversion:
6669
- "3.9"

0 commit comments

Comments
 (0)