Skip to content

Commit

Permalink
chore(deps): bump terraform-docs/gh-actions from 1.2.0 to 1.2.2
Browse files Browse the repository at this point in the history
Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/terraform-docs/gh-actions/releases)
- [Commits](terraform-docs/gh-actions@v1.2.0...v1.2.2)

---
updated-dependencies:
- dependency-name: terraform-docs/gh-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lentidas committed Sep 19, 2024
1 parent e6660a7 commit fa9acfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/modules-terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: "Generate Terraform docs"
uses: terraform-docs/gh-actions@v1.2.0
uses: terraform-docs/gh-actions@v1.2.2
with:
working-dir: .
indention: 3
Expand All @@ -45,7 +45,7 @@ jobs:
git-push: false

- name: "Generate Terraform tables"
uses: terraform-docs/gh-actions@v1.2.0
uses: terraform-docs/gh-actions@v1.2.2
with:
working-dir: .
indention: 1 # Since the headings are not read inside the collapsible block we can indent as 1
Expand All @@ -58,7 +58,7 @@ jobs:

- name: "Generate Terraform docs for the variants"
if: ${{ inputs.variants != '' }}
uses: terraform-docs/gh-actions@v1.2.0
uses: terraform-docs/gh-actions@v1.2.2
with:
working-dir: ${{ inputs.variants }}
indention: 3
Expand All @@ -71,7 +71,7 @@ jobs:

- name: "Generate Terraform tables for the variants"
if: ${{ inputs.variants != '' }}
uses: terraform-docs/gh-actions@v1.2.0
uses: terraform-docs/gh-actions@v1.2.2
with:
working-dir: ${{ inputs.variants }}
indention: 1 # Since the headings are not read inside the collapsible block we can indent as 1
Expand Down

0 comments on commit fa9acfb

Please sign in to comment.