Skip to content

Commit 142a2bf

Browse files
build(deps): bump terraform-docs/gh-actions from 1.3.0 to 1.4.1 (#22)
Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.3.0 to 1.4.1. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](terraform-docs/gh-actions@v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2256f01 commit 142a2bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ref: ${{ github.event.pull_request.head.ref }}
1717

1818
- name: Render terraform docs and push changes back to PR
19-
uses: terraform-docs/gh-actions@v1.3.0
19+
uses: terraform-docs/gh-actions@v1.4.1
2020
with:
2121
git-push: "true"
2222
git-commit-message: "docs: updated terraform docs"

.github/workflows/terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Check terraform docs
25-
uses: terraform-docs/gh-actions@v1.3.0
25+
uses: terraform-docs/gh-actions@v1.4.1
2626
with:
2727
fail-on-diff: true
2828

0 commit comments

Comments
 (0)