From 4d65684938739fe3ac566a6f1415da54f89a5a54 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:12:43 +0000 Subject: [PATCH] terragrunt/0.54.9 package update --- terragrunt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terragrunt.yaml b/terragrunt.yaml index 965c47e2286..5ef46b142c0 100644 --- a/terragrunt.yaml +++ b/terragrunt.yaml @@ -1,6 +1,6 @@ package: name: terragrunt - version: 0.54.8 + version: 0.54.9 epoch: 0 description: Thin wrapper for Terraform providing extra tools copyright: @@ -20,7 +20,7 @@ environment: pipeline: - uses: fetch with: - expected-sha256: 12026ce5fc78197367301148ee8317e065b682638430443de47c35fda978e28b + expected-sha256: f9ae77f28da514574ec408115f0d82bf539150e6791dff8c6e740d28aa845292 uri: https://github.com/gruntwork-io/terragrunt/archive/refs/tags/v${{package.version}}.tar.gz - uses: go/bump