Skip to content

Commit

Permalink
Merge pull request #38 from equinix/renovate/pulumi-pulumi-upgrade-pr…
Browse files Browse the repository at this point in the history
…ovider-action-0.x

chore(deps): update pulumi/pulumi-upgrade-provider-action action to v0.0.10
  • Loading branch information
ocobles authored Nov 17, 2023
2 parents 00a5f60 + b0b11ae commit 04d29ea
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].9
uses: pulumi/[email protected].10
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].9
uses: pulumi/[email protected].10
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].9
uses: pulumi/[email protected].10
with:
kind: all
email: [email protected]
Expand Down

0 comments on commit 04d29ea

Please sign in to comment.