From 9b0f02dbf86960da244ff4cf29a6a8f6776a40ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 10:05:23 +0000 Subject: [PATCH] build(deps): Bump integrations/github from 6.10.1 to 6.10.2 Bumps [integrations/github](https://github.com/integrations/terraform-provider-github) from 6.10.1 to 6.10.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.10.1...v6.10.2) --- updated-dependencies: - dependency-name: integrations/github dependency-version: 6.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers.tf b/providers.tf index 6864793..a8b603d 100644 --- a/providers.tf +++ b/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.10.1" + version = "6.10.2" } } backend "azurerm" {