From fbac1fc0343b0de235be0a7a9bf416310fff1d10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:31:29 +0000 Subject: [PATCH] Update dependency gruntwork-io/terragrunt to v0.63.4 --- .github/workflows/deploy.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b84882c..a623354 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ env: # renovate: datasource=github-releases packageName=opentofu/opentofu OPENTOFU_VERSION: 1.7.3 # renovate: datasource=github-releases packageName=gruntwork-io/terragrunt - TERRAGRUNT_VERSION: 0.63.2 + TERRAGRUNT_VERSION: 0.63.4 WORKING_DIRECTORY: terraform jobs: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 813a9f7..7e88014 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.3 # renovate: datasource=github-releases packageName=gruntwork-io/terragrunt - TERRAGRUNT_VERSION: v0.63.2 + TERRAGRUNT_VERSION: v0.63.4 jobs: terraform: