From a2ae5e1417cb2c68b15621e3ae90545a1b17efea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 07:57:55 +0000 Subject: [PATCH] build(deps): bump hashicorp/github in /infrastructure/repository Bumps [hashicorp/github](https://github.com/hashicorp/terraform-provider-github) from 3.1.0 to 5.18.0. - [Release notes](https://github.com/hashicorp/terraform-provider-github/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-github/blob/master/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-github/commits) --- updated-dependencies: - dependency-name: hashicorp/github dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- infrastructure/repository/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/repository/main.tf b/infrastructure/repository/main.tf index e00ed481a6b..8c7f58e323c 100644 --- a/infrastructure/repository/main.tf +++ b/infrastructure/repository/main.tf @@ -10,7 +10,7 @@ terraform { required_providers { github = { source = "hashicorp/github" - version = "3.1.0" + version = "5.18.0" } }