Skip to content

Commit

Permalink
Update integrations/github requirement in /infrastructure
Browse files Browse the repository at this point in the history
Updates the requirements on [integrations/github](https://github.com/integrations/terraform-provider-github) to permit the latest version.
- [Release notes](https://github.com/integrations/terraform-provider-github/releases)
- [Changelog](https://github.com/integrations/terraform-provider-github/blob/main/CHANGELOG.md)
- [Commits](integrations/terraform-provider-github@v5.14.0...v5.40.0)

---
updated-dependencies:
- dependency-name: integrations/github
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent c6fcb28 commit 0d824b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "=5.14.0"
version = "5.40.0"
}

}
Expand Down

0 comments on commit 0d824b2

Please sign in to comment.