Skip to content

Commit

Permalink
ci: lock Terraform docs action to 1.2.0 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense authored Jul 2, 2024
1 parent 4f2e3a3 commit 8cba273
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}

- uses: terraform-docs/gh-actions@main
- uses: terraform-docs/gh-actions@v1.2.0
with:
find-dir: "infra/terraform/modules"
git-commit-message: "docs: update Terraform docs"
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGELOG.md
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@tsconfig/recommended": "^1.0.3",
"chalk": "^5.3.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"prettier": "~3.3.0",
Expand Down

0 comments on commit 8cba273

Please sign in to comment.