Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#388)
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 6eed05751ff69ae8a0914853dd91bee74dc7f0bb.
  • Loading branch information
pulumi-bot authored Dec 13, 2023
1 parent 8bacceb commit 18d7cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- name: Call upgrade provider action
if: github.event_name == 'workflow_dispatch'
uses: pulumi/pulumi-upgrade-provider-action@v0.0.10
uses: pulumi/pulumi-upgrade-provider-action@v0.0.11
with:
kind: bridge
email: bot@pulumi.com
Expand All @@ -60,7 +60,7 @@ jobs:
pr-description: ${{ inputs.pr-description }}
- name: Call upgrade provider action
if: github.event_name == 'repository_dispatch'
uses: pulumi/pulumi-upgrade-provider-action@v0.0.10
uses: pulumi/pulumi-upgrade-provider-action@v0.0.11
with:
kind: bridge
email: bot@pulumi.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Call upgrade provider action
uses: pulumi/pulumi-upgrade-provider-action@v0.0.10
uses: pulumi/pulumi-upgrade-provider-action@v0.0.11
with:
kind: all
email: bot@pulumi.com
Expand Down

0 comments on commit 18d7cce

Please sign in to comment.