From d74dc74f921ad3bb0ddad06eee4c557d9a623b4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 11:23:07 +0200 Subject: [PATCH] chore(deps): update dependency terragrunt to v1.0.1 (#28002) 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 8a01695fa7..b6b72b9a8d 100644 --- a/deployment/mise.toml +++ b/deployment/mise.toml @@ -1,5 +1,5 @@ [tools] -terragrunt = "1.0.0" +terragrunt = "1.0.1" opentofu = "1.11.5" [tasks."tg:fmt"] diff --git a/mise.toml b/mise.toml index c4700fd924..501bc2abab 100644 --- a/mise.toml +++ b/mise.toml @@ -17,7 +17,7 @@ config_roots = [ node = "24.14.1" flutter = "3.41.6" pnpm = "10.33.0" -terragrunt = "1.0.0" +terragrunt = "1.0.1" opentofu = "1.11.5" java = "21.0.2"