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 faf7ada commit c509cbdCopy full SHA for c509cbd
.github/workflows/dev-experience.yml
@@ -40,7 +40,7 @@ jobs:
40
echo 'plugin_cache_dir = "$HOME/.terraform.d/plugin-cache"' > ~/.terraformrc
41
mkdir -p ~/.terraform.d/plugin-cache
42
- name: Cache Terraform
43
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
+ uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
44
with:
45
path: ~/.terraform.d/plugin-cache
46
key: "${{ runner.os }}-terraform-${{ hashFiles(format('{0}/.terraform.lock.hcl', matrix.version)) }}"
0 commit comments