diff --git a/envs/github/main.tf b/envs/github/main.tf index e52b607..6e6605c 100644 --- a/envs/github/main.tf +++ b/envs/github/main.tf @@ -8,7 +8,7 @@ terraform { } github = { source = "integrations/github" - version = "6.7.1" + version = "6.8.0" } } } diff --git a/modules/github/global_labels/main.tf b/modules/github/global_labels/main.tf index 70d7da0..468816c 100644 --- a/modules/github/global_labels/main.tf +++ b/modules/github/global_labels/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.7.1" + version = "6.8.0" } } } diff --git a/modules/github/release_tools_configs/main.tf b/modules/github/release_tools_configs/main.tf index cc73177..26c194a 100644 --- a/modules/github/release_tools_configs/main.tf +++ b/modules/github/release_tools_configs/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.7.1" + version = "6.8.0" } } } diff --git a/system/github/main.tf b/system/github/main.tf index 477c674..4543a2f 100644 --- a/system/github/main.tf +++ b/system/github/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.7.1" + version = "6.8.0" } gitlab = { source = "gitlabhq/gitlab"