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 c4747d3 commit d53e0ceCopy full SHA for d53e0ce
.github/workflows/checks.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Terraform
12
uses: hashicorp/setup-terraform@v3
13
- name: Cache terraform folder
14
- uses: actions/cache@v4
+ uses: actions/cache@v5
15
with:
16
path: ./.terraform
17
key: terraform
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
steps:
28
- uses: actions/checkout@v4
29
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
30
name: Cache tflint plugin dir
31
32
path: ~/.tflint.d/plugins
0 commit comments