Skip to content

Commit

Permalink
fix(deps): Upgrade GH provider to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jul 28, 2023
1 parent c7787f7 commit 54c9201
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 19 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
release:
needs:
- ci-module
- ci-android-app
- ci-example
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-release.yml@main
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.terraform
examples/self/.terraform
examples/self/terraform.tfstate*
24 changes: 24 additions & 0 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions examples/self/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/self/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "~> 4.26.0"
version = "~> 5.32.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = ">= 4.26.0, < 5.0.0"
version = ">= 5.32.0, < 6.0.0"
}
}

Expand Down

0 comments on commit 54c9201

Please sign in to comment.