We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d46d9 commit fb13928Copy full SHA for fb13928
2 files changed
.github/workflows/tf-checks.yml
@@ -138,7 +138,7 @@ jobs:
138
fi
139
140
- name: ♻️ Cache Terraform plugins
141
- uses: actions/cache@v5
+ uses: actions/cache@v6
142
with:
143
path: ${{ env.TF_PLUGIN_CACHE_DIR }}
144
key: terraform-${{ runner.os }}-${{ hashFiles('**/.terraform.lock.hcl') }}
.github/workflows/tf-lint.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v6
18
19
- name: 💾 Cache plugin dir
20
21
22
path: ~/.tflint.d/plugins
23
key: ubuntu-latest-tflint-${{ hashFiles('.tflint.hcl') }}
0 commit comments