We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64a0c7 commit 719aa72Copy full SHA for 719aa72
.github/workflows/pr.yml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
dotnet-version: ${{ matrix.dotnet-version }}
52
- name: Install Pulumi CLI
53
- uses: pulumi/actions@v5
+ uses: pulumi/actions@v6
54
- name: Build Pulumi SDK
55
run: dotnet run build-sdk
56
- name: Workspace clean (are xml doc file updates committed?)
@@ -85,7 +85,7 @@ jobs:
85
86
go-version: 1.22.x
87
88
89
- name: Install gotestsum
90
uses: jaxxstorm/[email protected]
91
env:
.github/workflows/release-sdk.yml
@@ -48,7 +48,7 @@ jobs:
48
dotnet-version: 8.0.x
49
dotnet-quality: ga
- name: Test Pulumi SDK
0 commit comments