Skip to content

Commit 2b8bfb5

Browse files
authored
Merge pull request #26 from pulumi/update-workflows
Update GitHub Workflows
2 parents 310a041 + 35cb65a commit 2b8bfb5

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,14 @@ jobs:
341341
- id: version
342342
uses: pulumi/provider-version-action@v1
343343
- name: Publish SDKs
344-
uses: pulumi/[email protected].16
344+
uses: pulumi/[email protected].17
345345
with:
346346
sdk: all
347347
version: ${{ steps.version.outputs.version }}
348+
dotnet-version: "6.0.x"
349+
java-version: "11"
350+
node-version: "20.x"
351+
python-version: "3.11.8"
348352
- env:
349353
SLACK_CHANNEL: provider-upgrade-publish-status
350354
SLACK_COLOR: "#FF0000"

.github/workflows/prerelease.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,14 @@ jobs:
288288
- id: version
289289
uses: pulumi/provider-version-action@v1
290290
- name: Publish SDKs
291-
uses: pulumi/[email protected].16
291+
uses: pulumi/[email protected].17
292292
with:
293293
sdk: all
294294
version: ${{ steps.version.outputs.version }}
295+
dotnet-version: "6.0.x"
296+
java-version: "11"
297+
node-version: "20.x"
298+
python-version: "3.11.8"
295299
- env:
296300
SLACK_CHANNEL: provider-upgrade-publish-status
297301
SLACK_COLOR: "#FF0000"

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,14 @@ jobs:
301301
- id: version
302302
uses: pulumi/provider-version-action@v1
303303
- name: Publish SDKs
304-
uses: pulumi/[email protected].16
304+
uses: pulumi/[email protected].17
305305
with:
306306
sdk: all
307307
version: ${{ steps.version.outputs.version }}
308+
dotnet-version: "6.0.x"
309+
java-version: "11"
310+
node-version: "20.x"
311+
python-version: "3.11.8"
308312
- env:
309313
SLACK_CHANNEL: provider-upgrade-publish-status
310314
SLACK_COLOR: "#FF0000"

0 commit comments

Comments
 (0)