From c3100158f927d81db9aa16ab661cfead8135aceb Mon Sep 17 00:00:00 2001 From: Bertrand Paquet Date: Wed, 7 Sep 2022 00:45:29 +0200 Subject: [PATCH] Update sdk version --- github/data_source_github_actions_organization_secrets.go | 2 +- github/data_source_github_actions_secrets.go | 2 +- github/data_source_github_dependabot_organization_secrets.go | 2 +- github/data_source_github_dependabot_secrets.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/github/data_source_github_actions_organization_secrets.go b/github/data_source_github_actions_organization_secrets.go index 01b74368c3..85bd3b8316 100644 --- a/github/data_source_github_actions_organization_secrets.go +++ b/github/data_source_github_actions_organization_secrets.go @@ -3,7 +3,7 @@ package github import ( "context" - "github.com/google/go-github/v45/github" + "github.com/google/go-github/v47/github" "github.com/hashicorp/terraform-plugin-sdk/helper/schema" ) diff --git a/github/data_source_github_actions_secrets.go b/github/data_source_github_actions_secrets.go index 1bf8742a26..23cfbf7e0a 100644 --- a/github/data_source_github_actions_secrets.go +++ b/github/data_source_github_actions_secrets.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/google/go-github/v45/github" + "github.com/google/go-github/v47/github" "github.com/hashicorp/terraform-plugin-sdk/helper/schema" ) diff --git a/github/data_source_github_dependabot_organization_secrets.go b/github/data_source_github_dependabot_organization_secrets.go index 405f358226..ec9fa7d44e 100644 --- a/github/data_source_github_dependabot_organization_secrets.go +++ b/github/data_source_github_dependabot_organization_secrets.go @@ -3,7 +3,7 @@ package github import ( "context" - "github.com/google/go-github/v45/github" + "github.com/google/go-github/v47/github" "github.com/hashicorp/terraform-plugin-sdk/helper/schema" ) diff --git a/github/data_source_github_dependabot_secrets.go b/github/data_source_github_dependabot_secrets.go index 488a162b9b..5a91247062 100644 --- a/github/data_source_github_dependabot_secrets.go +++ b/github/data_source_github_dependabot_secrets.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/google/go-github/v45/github" + "github.com/google/go-github/v47/github" "github.com/hashicorp/terraform-plugin-sdk/helper/schema" )