From d4b489572caf869c44372d90460dd96d47cf9d8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:31:50 +0000 Subject: [PATCH] Update Terraform github to v6.3.1 --- 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 3f671ec..1f1aaf5 100644 --- a/envs/main/main.tf +++ b/envs/main/main.tf @@ -12,7 +12,7 @@ terraform { } github = { source = "integrations/github" - version = "6.3.0" + version = "6.3.1" } } } diff --git a/modules/github/global_labels/main.tf b/modules/github/global_labels/main.tf index d048add..11cc241 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.3.0" + version = "6.3.1" } } } diff --git a/system/github/main.tf b/system/github/main.tf index 09e3f7a..7c8e3d5 100644 --- a/system/github/main.tf +++ b/system/github/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.3.0" + version = "6.3.1" } } }