File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212permissions : read-all
1313
1414env :
15- TERRAFORM_DOCS_VERSION : v0.19 .0
16- TFLINT_VERSION : v0.53.0
15+ TERRAFORM_DOCS_VERSION : v0.20 .0
16+ TFLINT_VERSION : v0.58.1
1717
1818concurrency :
1919 group : ' ${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
5858 - '${{ matrix.directory }}/*.tf'
5959
6060 - name : Terraform min/max versions
61- uses : clowdhaus/terraform-min-max@v1.3 .1
61+ uses : clowdhaus/terraform-min-max@v1.4 .1
6262 if : steps.changes.outputs.src== 'true'
6363 id : minMax
6464 with :
@@ -100,7 +100,7 @@ jobs:
100100
101101 - name : Terraform min/max versions
102102 id : minMax
103- uses : clowdhaus/terraform-min-max@v1.3 .1
103+ uses : clowdhaus/terraform-min-max@v1.4 .1
104104 if : steps.changes.outputs.src== 'true'
105105
106106 - name : Pre-commit Terraform ${{ steps.minMax.outputs.maxVersion }}
You can’t perform that action at this time.
0 commit comments