From 4776412fa23c3b944850971f0448dceb3e30bbe8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 02:41:59 +0000 Subject: [PATCH] chore(deps): update terraform-docs/gh-actions action to v1.1.0 | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | terraform-docs/gh-actions | v1.0.0 | v1.1.0 | --- .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 83f7cf8..211c472 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@f6d59f89a280fa0a3febf55ef68f146784b20ba0 # tag=v1.0.0 + uses: terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # v1.1.0 with: working-dir: ./terraform output-file: USAGE.md