Skip to content

Commit

Permalink
Merge pull request #9 from johncosta/johncosta/gh-8
Browse files Browse the repository at this point in the history
[GH-8] bump version requirements
  • Loading branch information
johncosta committed Dec 7, 2023
2 parents 4b32d17 + 50ab9cc commit 1ee6d00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v4
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.5.7"
terraform_version: "1.6.4"
- name: Setup TFLint
uses: terraform-linters/[email protected]
- uses: pre-commit/[email protected]
4 changes: 2 additions & 2 deletions provider.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "~> v1.5.0"
required_version = "~> v1.6.0"

required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.28.0"
version = "2.32.0"
}
}
}

0 comments on commit 1ee6d00

Please sign in to comment.