Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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
uses: actions/cache@v3.0.11
with:
path: ./.terraform
key: terraform
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v3.0.11
name: Cache tflint plugin dir
with:
path: ~/.tflint.d/plugins
Expand Down
Loading