Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#541)
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 2291469 commit 5d1a2bf
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 @@ -163,7 +163,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 @@ -110,7 +110,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 @@ -125,7 +125,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 5d1a2bf

Please sign in to comment.