Skip to content

Commit 3bdb976

Browse files
dependabot[bot]lentidas
authored andcommitted
chore(deps): bump terraform-docs/gh-actions from 1.1.0 to 1.2.0
Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](terraform-docs/gh-actions@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2351bd commit 3bdb976

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/modules-terraform-docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ref: ${{ github.event.pull_request.head.ref }}
3434

3535
- name: "Generate Terraform docs"
36-
uses: terraform-docs/gh-actions@v1.1.0
36+
uses: terraform-docs/gh-actions@v1.2.0
3737
with:
3838
working-dir: .
3939
indention: 3
@@ -45,7 +45,7 @@ jobs:
4545
git-push: false
4646

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

5959
- name: "Generate Terraform docs for the variants"
6060
if: ${{ inputs.variants != '' }}
61-
uses: terraform-docs/gh-actions@v1.1.0
61+
uses: terraform-docs/gh-actions@v1.2.0
6262
with:
6363
working-dir: ${{ inputs.variants }}
6464
indention: 3
@@ -71,7 +71,7 @@ jobs:
7171

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

0 commit comments

Comments
 (0)