We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ee1ce commit 658d7efCopy full SHA for 658d7ef
1 file changed
.github/workflows/lint.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/checkout@v6
9
- name: Cache the plugins directory
10
- uses: actions/cache@v4
+ uses: actions/cache@v5
11
with:
12
path: ~/.tflint.d/plugins
13
key: tflint-${{ hashFiles('.tflint.hcl') }}
0 commit comments