Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit d3a2e46

Browse files
chore(deps): bump terraform-docs/gh-actions from 1.1.0 to 1.2.0 (#3925)
Bumps [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions) from 1.1.0 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/terraform-docs/gh-actions/releases">terraform-docs/gh-actions's releases</a>.</em></p> <blockquote> <h2>v1.2.0</h2> <h2>What’s Changed</h2> <ul> <li>chore: prepare release v1.2.0 (<a href="https://redirect.github.com/terraform-docs/gh-actions/issues/131">#131</a>) <a href="https://github.com/khos2ow"><code>@​khos2ow</code></a></li> <li>feat: install yq directly from alpine without extra repo (<a href="https://redirect.github.com/terraform-docs/gh-actions/issues/127">#127</a>) <a href="https://github.com/khos2ow"><code>@​khos2ow</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terraform-docs/gh-actions/commit/e47bfa196e79fa50987ef391be236d9d97b0c786"><code>e47bfa1</code></a> Merge pull request <a href="https://redirect.github.com/terraform-docs/gh-actions/issues/131">#131</a> from terraform-docs/release/v1.2.0</li> <li><a href="https://github.com/terraform-docs/gh-actions/commit/4a2bc35cedbfafe06d56d97649155c3a5c779f2f"><code>4a2bc35</code></a> chore: bump terraform-docs to v0.18.0</li> <li><a href="https://github.com/terraform-docs/gh-actions/commit/e6802ee1ae2e01290fffe53088f9486b2f98a341"><code>e6802ee</code></a> chore: prepare release v1.2.0</li> <li><a href="https://github.com/terraform-docs/gh-actions/commit/62a6cc597a9a2ee6953471d4c9cc1668c66ebf36"><code>62a6cc5</code></a> Merge pull request <a href="https://redirect.github.com/terraform-docs/gh-actions/issues/127">#127</a> from khos2ow/alpine-yq</li> <li><a href="https://github.com/terraform-docs/gh-actions/commit/e5c8e6f6b589d3f6cfb59b54bae7de7430a13d2f"><code>e5c8e6f</code></a> feat: install yq directly from alpine without extra repo</li> <li><a href="https://github.com/terraform-docs/gh-actions/commit/5f140e31ed407eaf17038d2c1104b5555a32b1d7"><code>5f140e3</code></a> chore: update action image to edge</li> <li>See full diff in <a href="https://github.com/terraform-docs/gh-actions/compare/7a62208a0090636af2df1b739da46d27fd90bdc6...e47bfa196e79fa50987ef391be236d9d97b0c786">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terraform-docs/gh-actions&package-manager=github_actions&previous-version=1.1.0&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e2c604 commit d3a2e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/update-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# use an app to ensure CI is triggered
3333
- name: Generate TF docs
3434
if: github.repository_owner == 'philips-labs'
35-
uses: terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # ratchet:terraform-docs/gh-actions@v1.1.0
35+
uses: terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # ratchet:terraform-docs/gh-actions@v1.2.0
3636
with:
3737
find-dir: .
3838
git-commit-message: "docs: auto update terraform docs"
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Generate TF docs (forks)
4444
if: github.repository_owner != 'philips-labs'
45-
uses: terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # ratchet:terraform-docs/gh-actions@v1.1.0
45+
uses: terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # ratchet:terraform-docs/gh-actions@v1.2.0
4646
with:
4747
find-dir: .
4848
git-commit-message: "docs: auto update terraform docs"

0 commit comments

Comments
 (0)