Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terragrunt/0.55.11 package update #13999

Merged
merged 1 commit into from
Mar 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions terragrunt.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down