From c51c10839c504c2a9db5bb7b9cc285d0f038b204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:06:25 +0000 Subject: [PATCH] Bump integrations/github from 6.2.1 to 6.2.2 Bumps [integrations/github](https://github.com/integrations/terraform-provider-github) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/integrations/terraform-provider-github/releases) - [Changelog](https://github.com/integrations/terraform-provider-github/blob/main/CHANGELOG.md) - [Commits](https://github.com/integrations/terraform-provider-github/compare/v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: integrations/github dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index df2709a..e692240 100644 --- a/main.tf +++ b/main.tf @@ -3,7 +3,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.2.1" + version = "6.2.2" } } }