From c4176a045e135a0e5c9c45d941bcc4c0fbbbad66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:04:28 +0000 Subject: [PATCH] Update Terraform github to v6.2.1 --- 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/main.tf b/main.tf index 63e6874..a297c25 100644 --- a/main.tf +++ b/main.tf @@ -12,7 +12,7 @@ terraform { } github = { source = "integrations/github" - version = "6.2.0" + version = "6.2.1" } } } diff --git a/modules/github/global_labels/main.tf b/modules/github/global_labels/main.tf index ba7f3fa..0fbe28d 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.0" + version = "6.2.1" } } } diff --git a/system/github/main.tf b/system/github/main.tf index 5bce3ff..e65cdba 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.0" + version = "6.2.1" } } }