Skip to content

Commit 932ed36

Browse files
author
IK Renovate Bot
committed
chore(deps): update github-tags action .github/workflows/linter.yml (.github/workflows/linter.yml)
1 parent 1ed84d0 commit 932ed36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@master
1818
# https://github.com/hashicorp/setup-terraform
19-
- uses: hashicorp/setup-terraform@v3
19+
- uses: hashicorp/setup-terraform@v3.1.2
2020

2121
- name: Cache terraform folder
2222
uses: actions/cache@v3
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
path: ~/.tflint.d/plugins
4646
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
47-
- uses: terraform-linters/setup-tflint@v4
47+
- uses: terraform-linters/setup-tflint@v4.1
4848
name: setup tflint
4949
- name: init tflint
5050
run: tflint --init --config .tflint.hcl

0 commit comments

Comments
 (0)