Skip to content

Commit

Permalink
chore: Update Terraform provider version for GitHub to >= 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Aug 10, 2024
1 parent e55c1e5 commit 99e0d28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
terraform {
required_providers {
github = {
source = "integrations/github"
version = ">= 6.2.3"
}
}
}

0 comments on commit 99e0d28

Please sign in to comment.