-
Notifications
You must be signed in to change notification settings - Fork 1
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. (#214)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 6eed05751ff69ae8a0914853dd91bee74dc7f0bb.
- Loading branch information
1 parent
7554a5a
commit b070f6a
Showing
2 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 |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
steps: | ||
- name: Call upgrade provider action | ||
if: github.event_name == 'workflow_dispatch' | ||
uses: pulumi/[email protected].10 | ||
uses: pulumi/[email protected].11 | ||
with: | ||
kind: bridge | ||
email: [email protected] | ||
|
@@ -60,7 +60,7 @@ jobs: | |
pr-description: ${{ inputs.pr-description }} | ||
- name: Call upgrade provider action | ||
if: github.event_name == 'repository_dispatch' | ||
uses: pulumi/[email protected].10 | ||
uses: pulumi/[email protected].11 | ||
with: | ||
kind: bridge | ||
email: [email protected] | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Call upgrade provider action | ||
uses: pulumi/[email protected].10 | ||
uses: pulumi/[email protected].11 | ||
with: | ||
kind: all | ||
email: [email protected] | ||
|