Skip to content

Commit 845783b

Browse files
committed
Installs terragrunt in image to prevent version lookup failures
1 parent a664a0f commit 845783b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dependabot_hack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424

2525
- uses: astral-sh/uv@0.11.2
2626

27-
- uses: gruntwork-io/terragrunt@5.14.1
27+
- uses: gruntwork-io/terragrunt@0.99.5
2828

2929
- uses: stedolan/jq@jq-1.8.1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2626
* python 3.14.3
2727
* rclone 1.73.3
2828
* terragrunt 0.99.5
29-
* uv 0.11.1
29+
* uv 0.11.2
3030
* yq 4.52.5
3131

3232
### [0.28.7](https://github.com/plus3it/tardigrade-ci/releases/tag/0.28.7)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ lint/install: pytest/install terraform/install terraform-docs/install cfn-lint/i
626626
lint/install: ec/install shellcheck/install jq/install yamllint/install
627627

628628
install: lint/install
629-
install: rclone/install packer/install
629+
install: rclone/install packer/install terragrunt/install
630630

631631
## Installs tools for container image using only uv-managed Python runtimes
632632
install/build:

0 commit comments

Comments
 (0)