From 1ab4bfdc2799b5b7af26e8e4c6e35242f255b9ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:58:40 +0000 Subject: [PATCH] Update Terraform github to v6.2.0 --- 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 7308dc8..20aadb5 100644 --- a/main.tf +++ b/main.tf @@ -12,7 +12,7 @@ terraform { } github = { source = "integrations/github" - version = "6.1.0" + version = "6.2.0" } } } diff --git a/modules/github/global_labels/main.tf b/modules/github/global_labels/main.tf index b2e4977..ba7f3fa 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.1.0" + version = "6.2.0" } } } diff --git a/system/github/main.tf b/system/github/main.tf index 15806e8..5bce3ff 100644 --- a/system/github/main.tf +++ b/system/github/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.1.0" + version = "6.2.0" } } }