Skip to content

Commit

Permalink
Update github-provider to 5.45
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov committed Jun 11, 2024
1 parent a0b94c7 commit 3d0440b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ TF_MODULES = $(sort $(dir $(wildcard $(CURRENT_DIR)modules/*/)))
# Container versions
# -------------------------------------------------------------------------------------------------
TF_VERSION = 1.3.7
TFDOCS_VERSION = 0.16.0-0.31
FL_VERSION = 0.4
TFDOCS_VERSION = 0.16.0-0.34
FL_VERSION = latest-0.8
JL_VERSION = 1.6.0-0.5


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ No providers.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
| <a name="requirement_github"></a> [github](#requirement\_github) | 5.18.0-fl.2 |
| <a name="requirement_github"></a> [github](#requirement\_github) | 5.45.0-fl.1 |

<!-- TFDOCS_REQUIREMENTS_END -->

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
# https://github.com/n0rad/terraform-provider-github
github = {
source = "flaconi/github"
version = "5.18.0-fl.2"
version = "5.45.0-fl.1"
}
}
}

0 comments on commit 3d0440b

Please sign in to comment.