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