Skip to content

Commit 30c992a

Browse files
authored
Merge pull request #65 from code0-tech/renovate/github-6.x
Update Terraform github to v6.3.0
2 parents a9063eb + b678876 commit 30c992a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

envs/main/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
github = {
1414
source = "integrations/github"
15-
version = "6.2.3"
15+
version = "6.3.0"
1616
}
1717
}
1818
}

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.2.3"
5+
version = "6.3.0"
66
}
77
}
88
}

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.2.3"
5+
version = "6.3.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)