Skip to content

Commit 22c260d

Browse files
build(deps): bump terraform-docs/gh-actions from 1.0.0 to 1.1.0 (#20)
1 parent 1c466b5 commit 22c260d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

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

1414
- name: Render terraform docs inside the examples/basic/README.md
15-
uses: terraform-docs/gh-actions@v1.0.0
15+
uses: terraform-docs/gh-actions@v1.1.0
1616
with:
1717
working-dir: ./examples/basic/
1818
git-push: "false"
1919
output-file: README.md
2020
config-file: ./examples/basic/.terraform-docs.yml
2121

2222
- name: Render terraform docs inside the README.md
23-
uses: terraform-docs/gh-actions@v1.0.0
23+
uses: terraform-docs/gh-actions@v1.1.0
2424
with:
2525
working-dir: .
2626
git-push: "true"

0 commit comments

Comments
 (0)