Skip to content

Commit 4732a78

Browse files
dependencies: bump terraform-docs/gh-actions from 1.0.0 to 1.4.0
Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.0.0 to 1.4.0. - [Release notes](https://github.com/terraform-docs/gh-actions/releases) - [Commits](terraform-docs/gh-actions@v1.0.0...v1.4.0) --- updated-dependencies: - dependency-name: terraform-docs/gh-actions dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33b7af8 commit 4732a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/readme-generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
ref: ${{ github.event.pull_request.head.ref }}
2222

2323
- name: AWS docs
24-
uses: terraform-docs/gh-actions@v1.0.0
24+
uses: terraform-docs/gh-actions@v1.4.0
2525
with:
2626
working-dir: ./AWS/
2727
git-push: true
2828
output-file: README.MD
2929
config-file: ".terraform-docs.yml"
3030

3131
- name: GCP docs
32-
uses: terraform-docs/gh-actions@v1.0.0
32+
uses: terraform-docs/gh-actions@v1.4.0
3333
with:
3434
working-dir: ./GCP/
3535
git-push: true

0 commit comments

Comments
 (0)