Skip to content

Commit

Permalink
Merge pull request #58 from opzkit/dependabot/terraform/integrations/…
Browse files Browse the repository at this point in the history
…github-5.45.0

chore(deps): bump integrations/github from 5.44.0 to 5.45.0
  • Loading branch information
argoyle authored Jan 22, 2024
2 parents 8fc0325 + ed645ce commit 27b3ec0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "~> 5.44.0"
version = "~> 5.45.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion template-repo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "~> 5.44.0"
version = "~> 5.45.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tf-repo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "~> 5.44.0"
version = "~> 5.45.0"
}
}
}
Expand Down

0 comments on commit 27b3ec0

Please sign in to comment.