From 89cfb9d7ef0bbccdf70778cc7fabb2bd4344f002 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:47:17 +0000 Subject: [PATCH] chore(deps): update terraform-docs/gh-actions action to v1.2.1 | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | terraform-docs/gh-actions | v1.2.0 | v1.2.1 | --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 7407bd0..6c533ba 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -110,7 +110,7 @@ jobs: ref: 'main' # Force checkout of main branch to avoid caching from previous jobs - name: Terraform Docs - uses: terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # v1.2.0 + uses: terraform-docs/gh-actions@89278fb4a14410bf46fcfbbfd6c96e962ae7b13c # v1.2.1 with: working-dir: ./terraform output-file: USAGE.md