Skip to content

Commit

Permalink
Merge pull request #74 from code0-tech/renovate/github-6.x
Browse files Browse the repository at this point in the history
Update Terraform github to v6.3.1
  • Loading branch information
Taucher2003 authored Oct 17, 2024
2 parents bf38caa + 4cb3ece commit 9cdc9ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion envs/main/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "6.3.0"
version = "6.3.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/github/global_labels/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 = "6.3.0"
version = "6.3.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion system/github/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 = "6.3.0"
version = "6.3.1"
}
}
}
Expand Down

0 comments on commit 9cdc9ce

Please sign in to comment.