Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Feb 14, 2024
1 parent 291364f commit f1d40c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].13
uses: pulumi/[email protected].14
with:
sdk: all
- env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].13
uses: pulumi/[email protected].14
with:
sdk: all
- env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected].13
uses: pulumi/[email protected].14
with:
sdk: all
- env:
Expand Down

0 comments on commit f1d40c6

Please sign in to comment.