From 98bc9f6a6ea6292659a03813937930b198bfa0bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 12:52:14 +0200 Subject: [PATCH] chore(deps): update dependency terragrunt to v1.0.3 (#28236) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- deployment/mise.toml | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/mise.toml b/deployment/mise.toml index 61a50bb666..fadc28dc2e 100644 --- a/deployment/mise.toml +++ b/deployment/mise.toml @@ -1,5 +1,5 @@ [tools] -terragrunt = "1.0.2" +terragrunt = "1.0.3" opentofu = "1.11.6" [tasks."tg:fmt"] diff --git a/mise.toml b/mise.toml index 7fa3473d62..ef3344bc33 100644 --- a/mise.toml +++ b/mise.toml @@ -17,7 +17,7 @@ config_roots = [ node = "24.15.0" flutter = "3.41.7" pnpm = "10.33.1" -terragrunt = "1.0.2" +terragrunt = "1.0.3" opentofu = "1.11.6" java = "21.0.2"