diff --git a/.env b/.env index 4429820..5b4178d 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness # renovate: datasource=github-tags depName=defenseunicorns/build-harness -BUILD_HARNESS_VERSION=2.0.0 +BUILD_HARNESS_VERSION=2.0.3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4775f93..a66fb07 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - "--verbose" - "--allow-parallel-runners" - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.86.0 + rev: v1.87.0 hooks: - id: terraform_fmt - id: terraform_docs @@ -47,6 +47,6 @@ repos: args: - --args=--config=__GIT_WORKING_DIR__/.tflint.hcl - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.183.0 + rev: 37.198.1 hooks: - id: renovate-config-validator