Skip to content

Commit

Permalink
chore(deps): update github-tags action .github/workflows/linter.yml (…
Browse files Browse the repository at this point in the history
….github/workflows/linter.yml)
  • Loading branch information
IK Renovate Bot committed Dec 31, 2024
1 parent bb1a727 commit 1351d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@master
# https://github.com/hashicorp/setup-terraform
- uses: hashicorp/setup-terraform@v3
- uses: hashicorp/setup-terraform@v3.1.2

- name: Cache terraform folder
uses: actions/cache@v3
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
with:
path: ~/.tflint.d/plugins
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
- uses: terraform-linters/setup-tflint@v4
- uses: terraform-linters/setup-tflint@v4.1
name: setup tflint
- name: init tflint
run: tflint --init --config .tflint.hcl
Expand Down

0 comments on commit 1351d61

Please sign in to comment.