Skip to content

Commit

Permalink
fixing github module issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticaltech committed Dec 2, 2023
1 parent 1de26c9 commit 1e98b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = ">= 5.38.0"
version = ">= 5.38.0, < 5.41.0"
}
hcloud = {
source = "hetznercloud/hcloud"
Expand Down

0 comments on commit 1e98b00

Please sign in to comment.