Skip to content

Commit

Permalink
chore(deps): bump terraform-docs/gh-actions from 1.2.2 to 1.3.0
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.2 to 1.3.0.
- [Release notes](https://github.com/terraform-docs/gh-actions/releases)
- [Commits](terraform-docs/gh-actions@v1.2.2...v1.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lentidas committed Sep 25, 2024
1 parent 7de5818 commit f1ad746
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.2
uses: terraform-docs/gh-actions@v1.3.0
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.2
uses: terraform-docs/gh-actions@v1.3.0
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.2
uses: terraform-docs/gh-actions@v1.3.0
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.2
uses: terraform-docs/gh-actions@v1.3.0
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 f1ad746

Please sign in to comment.