From 2ac3fb8afce833393b877e65111cff115a4b452a Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Sun, 3 Mar 2024 00:24:15 +0000 Subject: [PATCH] terragrunt/0.55.11 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- terragrunt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terragrunt.yaml b/terragrunt.yaml index 8667b7db9fc..1df15b39d08 100644 --- a/terragrunt.yaml +++ b/terragrunt.yaml @@ -1,6 +1,6 @@ package: name: terragrunt - version: 0.55.10 + version: 0.55.11 epoch: 0 description: Thin wrapper for Terraform providing extra tools copyright: @@ -20,7 +20,7 @@ environment: pipeline: - uses: fetch with: - expected-sha256: fbf14cb884031de1d0a122da2e5e096aaa97ce4417b7f21d87377e6a3b23701f + expected-sha256: 76d2c29b0bb4d2b30ae080015d2f78fa500155d20360c726f75fd47d94394a59 uri: https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v${{package.version}}.tar.gz - uses: go/bump