Skip to content

Commit a670d6d

Browse files
committed
chore: bump version min to v5.19
From v4.20, to support the usage of the action_variable resource (included in v5.18.3) References: https://github.com/integrations/terraform-provider-github/releases/tag/v5.18.3 References: integrations/terraform-provider-github#1569
1 parent ee6001a commit a670d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99
required_providers {
1010
github = {
1111
source = "integrations/github"
12-
version = ">= 4.20, < 6.0"
12+
version = ">= 5.19, < 6.0"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)