We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822ee1b commit 59e39deCopy full SHA for 59e39de
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
cache-to: type=gha,mode=max
58
provenance: false
59
60
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
61
name: Cache TFLint plugin dir
62
with:
63
path: ~/.tflint.d/plugins
@@ -87,7 +87,7 @@ jobs:
87
mkdir --parents ~/.terraform.d/plugin-cache
88
89
- name: Cache Terraform
90
- uses: actions/cache@v4
+ uses: actions/cache@v5
91
92
path: |
93
~/.terraform.d/plugin-cache
0 commit comments