Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#992)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit ea2702825c93f4e11828f69ddccf93969fd3653f.
  • Loading branch information
pulumi-bot authored Jun 20, 2024
1 parent 9d6d14f commit 538deb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,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 }}
Expand Down

0 comments on commit 538deb4

Please sign in to comment.