Skip to content

Commit 06cdf3b

Browse files
fix(deps): update all dependencies
1 parent a20173d commit 06cdf3b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness
22
# renovate: datasource=github-tags depName=defenseunicorns/build-harness
3-
BUILD_HARNESS_VERSION=2.1.0
3+
BUILD_HARNESS_VERSION=2.1.4

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- "--verbose"
3232
- "--allow-parallel-runners"
3333
- repo: https://github.com/antonbabenko/pre-commit-terraform
34-
rev: v1.97.0
34+
rev: v1.97.3
3535
hooks:
3636
- id: terraform_fmt
3737
args:
@@ -53,6 +53,6 @@ repos:
5353
args:
5454
- --args=--config-file __GIT_WORKING_DIR__/.checkov.yml
5555
- repo: https://github.com/renovatebot/pre-commit-hooks
56-
rev: 39.136.0
56+
rev: 39.166.0
5757
hooks:
5858
- id: renovate-config-validator

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.2
44

55
require (
66
github.com/defenseunicorns/delivery_aws_iac_utils v0.0.6
7-
github.com/gruntwork-io/terratest v0.48.1
7+
github.com/gruntwork-io/terratest v0.48.2
88
)
99

1010
require (

0 commit comments

Comments
 (0)