From f4f827c25541d65bac6fb6d44edfbfd5026744ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:14:22 +0000 Subject: [PATCH] build(deps): bump dflook/terraform-validate from 3.0.0 to 3.0.1 Bumps [dflook/terraform-validate](https://github.com/dflook/terraform-validate) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/dflook/terraform-validate/releases) - [Commits](https://github.com/dflook/terraform-validate/compare/36ef08d500fe2cd9b742b10176d2683707c7074e...0cbcacca60ce490ae798d8c37c55f748a58ef32d) --- updated-dependencies: - dependency-name: dflook/terraform-validate dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-lint-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-lint-validate.yml b/.github/workflows/terraform-lint-validate.yml index 25d4c9e..cfe8f4f 100644 --- a/.github/workflows/terraform-lint-validate.yml +++ b/.github/workflows/terraform-lint-validate.yml @@ -31,6 +31,6 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1 - name: Validate Terraform Configuration - uses: dflook/terraform-validate@36ef08d500fe2cd9b742b10176d2683707c7074e #v3.0.0 + uses: dflook/terraform-validate@0cbcacca60ce490ae798d8c37c55f748a58ef32d #v3.0.1 with: path: ${{ inputs.path }}