diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3980fdf..12dae4c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ env: # renovate: datasource=github-releases packageName=opentofu/opentofu OPENTOFU_VERSION: 1.7.2 # renovate: datasource=github-releases packageName=gruntwork-io/terragrunt - TERRAGRUNT_VERSION: 0.59.6 + TERRAGRUNT_VERSION: 0.59.7 WORKING_DIRECTORY: terraform jobs: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5fe2385..7fde137 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ env: # renovate: datasource=github-releases packageName=opentofu/opentofu OPENTOFU_VERSION: 1.7.2 # renovate: datasource=github-releases packageName=gruntwork-io/terragrunt - TERRAGRUNT_VERSION: v0.59.6 + TERRAGRUNT_VERSION: v0.59.7 jobs: terraform: