-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Actions workflows. (#4090)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit ea2702825c93f4e11828f69ddccf93969fd3653f.
- Loading branch information
1 parent
384887b
commit 561a32c
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,7 +168,7 @@ jobs: | |
- id: version | ||
uses: pulumi/provider-version-action@v1 | ||
- name: Publish SDKs | ||
uses: pulumi/[email protected].17 | ||
uses: pulumi/[email protected].18 | ||
with: | ||
sdk: all | ||
version: ${{ steps.version.outputs.version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,7 +113,7 @@ jobs: | |
- id: version | ||
uses: pulumi/provider-version-action@v1 | ||
- name: Publish SDKs | ||
uses: pulumi/[email protected].17 | ||
uses: pulumi/[email protected].18 | ||
with: | ||
sdk: all | ||
version: ${{ steps.version.outputs.version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,7 +128,7 @@ jobs: | |
- id: version | ||
uses: pulumi/provider-version-action@v1 | ||
- name: Publish SDKs | ||
uses: pulumi/[email protected].17 | ||
uses: pulumi/[email protected].18 | ||
with: | ||
sdk: all | ||
version: ${{ steps.version.outputs.version }} | ||
|