We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f65704 + b4f8102 commit 08ce0d2Copy full SHA for 08ce0d2
1 file changed
.github/workflows/ci-terraform.yml
@@ -28,13 +28,13 @@ jobs:
28
run: mkdir -p "$TF_PLUGIN_CACHE_DIR"
29
30
- name: Cache Terraform plugins
31
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
32
with:
33
path: ${{ env.TF_PLUGIN_CACHE_DIR }}
34
key:
35
terraform-plugins-${{ runner.os }}-${{ hashFiles('**/.terraform.lock.hcl') }}
36
37
- - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
38
name: Cache TFLint plugins
39
40
path: ~/.tflint.d/plugins
0 commit comments