From b6788760b131dc5e2603640d55fa4beeb205b1ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 21:52:30 +0000 Subject: [PATCH] Update Terraform github to v6.3.0 --- envs/main/main.tf | 2 +- modules/github/global_labels/main.tf | 2 +- system/github/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/envs/main/main.tf b/envs/main/main.tf index 3407b08..a03d1b5 100644 --- a/envs/main/main.tf +++ b/envs/main/main.tf @@ -12,7 +12,7 @@ terraform { } github = { source = "integrations/github" - version = "6.2.3" + version = "6.3.0" } } } diff --git a/modules/github/global_labels/main.tf b/modules/github/global_labels/main.tf index f2175c5..d048add 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.2.3" + version = "6.3.0" } } } diff --git a/system/github/main.tf b/system/github/main.tf index 1109fd5..09e3f7a 100644 --- a/system/github/main.tf +++ b/system/github/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.2.3" + version = "6.3.0" } } }