Skip to content

Commit

Permalink
Upgrade upgrade-provider-action to v0.0.7 (#665)
Browse files Browse the repository at this point in the history
Part of #646
  • Loading branch information
guineveresaenger authored Oct 6, 2023
1 parent dce62bd commit 2d0c4cf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ actionVersions:
prComment: thollander/actions-comment-pull-request@v2
slashCommand: peter-evans/slash-command-dispatch@v2
uploadArtifact: actions/upload-artifact@v2
upgradeProviderAction: pulumi/[email protected].6
upgradeProviderAction: pulumi/[email protected].7
publishProviderSDKs: pulumi/[email protected]
slackNotification: rtCamp/action-slack-notify@v2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Call upgrade provider action
uses: pulumi/[email protected].6
uses: pulumi/[email protected].7
with:
kind: bridge
- env:
Expand Down
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/[email protected].6
uses: pulumi/[email protected].7
with:
kind: all
- env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Call upgrade provider action
uses: pulumi/[email protected].6
uses: pulumi/[email protected].7
with:
kind: bridge
- env:
Expand Down
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/[email protected].6
uses: pulumi/[email protected].7
with:
kind: all
- env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Call upgrade provider action
uses: pulumi/[email protected].6
uses: pulumi/[email protected].7
with:
kind: bridge
- env:
Expand Down
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/[email protected].6
uses: pulumi/[email protected].7
with:
kind: all
- env:
Expand Down

0 comments on commit 2d0c4cf

Please sign in to comment.