Skip to content

Commit deee1cb

Browse files
committed
fix!: provider version requirements
1 parent bed747c commit deee1cb

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
@@ -10,7 +10,7 @@ terraform {
1010
required_providers {
1111
github = {
1212
source = "integrations/github"
13-
version = "~> 4.19.2"
13+
version = "~> 4.20"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)