We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d01900c + 8b2781d commit b5aba2fCopy full SHA for b5aba2f
.github/workflows/githubaction-GenerateTerraformDocs.yml
@@ -16,7 +16,7 @@ jobs:
16
(github.event_name == 'issue_comment' && github.event.issue.pull_request && contains(github.event.comment.body, '/update-readme'))
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
0 commit comments