From 2d0c4e3cf3a0584858f4f631058d1cc96b3dbac3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:10:24 +0000 Subject: [PATCH] fix(deps): update terraform-docs/gh-actions action to v1.4.1 --- .github/workflows/terraform-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-docs.yml b/.github/workflows/terraform-docs.yml index d5210062..9303425a 100644 --- a/.github/workflows/terraform-docs.yml +++ b/.github/workflows/terraform-docs.yml @@ -10,7 +10,7 @@ jobs: - name: checkout uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: terraform-docs - uses: terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # v1.1.0 + uses: terraform-docs/gh-actions@6de6da0cefcc6b4b7a5cbea4d79d97060733093c # v1.4.1 with: working-dir: . output-file: README.md