Skip to content

Commit

Permalink
Upgrade terraform-provider-equinix to v2.2.0 (#113)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider equinix/pulumi-equinix
--kind=all --target-bridge-version=latest --pr-assign=ocobles`.

---

- Upgrading terraform-provider-equinix from 2.0.1  to 2.2.0.
- Upgrading pulumi-terraform-bridge from v3.86.0 to v3.87.0.
- Upgrading pulumi-terraform-bridge/pf from v0.39.0 to v0.40.0.
  • Loading branch information
ocobles authored Jul 22, 2024
2 parents 6b5d028 + ca4ff4e commit e92f738
Show file tree
Hide file tree
Showing 198 changed files with 12,264 additions and 8,339 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
if: inputs.tools == 'all' || contains(inputs.tools, 'dotnet')
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x

- name: Setup Python
if: inputs.tools == 'all' || contains(inputs.tools, 'python')
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/upgrade-provider/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.x
go-version: 1.22.x
- name: Install pulumictl
uses: jaxxstorm/[email protected]
with:
Expand Down
Loading

0 comments on commit e92f738

Please sign in to comment.