File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments