From 81c4d7112ce6776e696e1b24c0967fc3c7ad9cf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:31:36 +0000 Subject: [PATCH] build(deps): Bump integrations/github from 6.9.1 to 6.10.1 Bumps [integrations/github](https://github.com/integrations/terraform-provider-github) from 6.9.1 to 6.10.1. - [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.9.1...v6.10.1) --- updated-dependencies: - dependency-name: integrations/github dependency-version: 6.10.1 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 8f52747..6864793 100644 --- a/providers.tf +++ b/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.9.1" + version = "6.10.1" } } backend "azurerm" {