Skip to content

Commit 658d7ef

Browse files
committed
upgrade to actions/cache 5
1 parent 22ee1ce commit 658d7ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@v6
99
- name: Cache the plugins directory
10-
uses: actions/cache@v4
10+
uses: actions/cache@v5
1111
with:
1212
path: ~/.tflint.d/plugins
1313
key: tflint-${{ hashFiles('.tflint.hcl') }}

0 commit comments

Comments
 (0)