Skip to content

Commit 9aa1546

Browse files
authored
chore: update terraform and terragrunt versions (#229)
1 parent 1cc41e2 commit 9aa1546

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- name: Setup Terraform
3232
uses: hashicorp/setup-terraform@v3.1.2
3333
with:
34-
terraform_version: 1.5.7
34+
terraform_version: 1.13.4
3535
terraform_wrapper: true
3636

3737
- name: Setup Terragrunt
3838
uses: autero1/action-terragrunt@v3.0.2
3939
with:
40-
terragrunt-version: 0.55.18
40+
terragrunt-version: 0.86.0
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Upgrade Provider

0 commit comments

Comments
 (0)