Skip to content

Commit df7e894

Browse files
authored
Merge pull request #354 from code0-tech/renovate/github-6.x
Update Terraform github to v6.13.0
2 parents 18e48f5 + 9dfdfe1 commit df7e894

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

envs/github/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
github = {
1010
source = "integrations/github"
11-
version = "6.12.1"
11+
version = "6.13.0"
1212
}
1313
}
1414
}

modules/github/global_labels/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
github = {
44
source = "integrations/github"
5-
version = "6.12.1"
5+
version = "6.13.0"
66
}
77
}
88
}

modules/github/license_files/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
github = {
44
source = "integrations/github"
5-
version = "6.12.1"
5+
version = "6.13.0"
66
}
77
}
88
}

modules/github/release_tools_configs/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
github = {
44
source = "integrations/github"
5-
version = "6.12.1"
5+
version = "6.13.0"
66
}
77
}
88
}

modules/github/secret_sync/synced_secret/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
github = {
44
source = "integrations/github"
5-
version = "6.12.1"
5+
version = "6.13.0"
66
}
77
gitlab = {
88
source = "gitlabhq/gitlab"

system/github/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
github = {
44
source = "integrations/github"
5-
version = "6.12.1"
5+
version = "6.13.0"
66
}
77
gitlab = {
88
source = "gitlabhq/gitlab"

0 commit comments

Comments
 (0)