Skip to content

Commit

Permalink
chore(deps): update pulumi/pulumi-upgrade-provider-action action to v…
Browse files Browse the repository at this point in the history
…0.0.12
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 951d295 commit cb0a80f
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 @@ -38,7 +38,7 @@ jobs:
steps:
- name: Call upgrade provider action
if: github.event_name == 'workflow_dispatch'
uses: pulumi/[email protected].10
uses: pulumi/[email protected].12
with:
kind: bridge
email: [email protected]
Expand All @@ -49,7 +49,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].12
with:
kind: bridge
email: [email protected]
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 @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Call upgrade provider action
uses: pulumi/[email protected].10
uses: pulumi/[email protected].12
with:
kind: all
email: [email protected]
Expand Down

0 comments on commit cb0a80f

Please sign in to comment.