From ef1b6a6549d16d4c4145b20b4e8563bf2cb557ac Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Fri, 20 Sep 2024 11:46:52 +0100 Subject: [PATCH] wip --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e5c6513..f447220 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: terraform-docs/gh-actions@v1.2.0 + - uses: terraform-docs/gh-actions@v1.2.2 with: find-dir: . fail-on-diff: true