Skip to content

Commit fdc8ba1

Browse files
authored
chore: Update versions for pre-commit.yaml (#458)
1 parent 2e7f1d3 commit fdc8ba1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
permissions: read-all
1313

1414
env:
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

1818
concurrency:
1919
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
@@ -58,7 +58,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)