Skip to content

Commit

Permalink
chore(deps): update github-tags action .github/workflows/linter.yml t…
Browse files Browse the repository at this point in the history
…o v4 (.github/workflows/linter.yml)
  • Loading branch information
IK Renovate Bot committed Apr 30, 2024
1 parent 062fa1c commit 06026ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3

- name: Cache terraform folder
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: ./.terraform
key: terraform
Expand All @@ -38,13 +38,13 @@ jobs:
name: "tflint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3.3.2
- uses: actions/checkout@v4
- uses: actions/cache@v4.0.2
name: Cache tflint plugin dir
with:
path: ~/.tflint.d/plugins
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
- uses: terraform-linters/setup-tflint@v3.1.1
- uses: terraform-linters/setup-tflint@v4.0.0
name: setup tflint
- name: init tflint
run: tflint --init --config .tflint.hcl
Expand Down

0 comments on commit 06026ff

Please sign in to comment.