Skip to content

Commit 2a62cae

Browse files
authored
Merge pull request #6 from opszero/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents e73ea9a + b099ea9 commit 2a62cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
name: Checkout source code
1414

15-
- uses: actions/cache@v3
15+
- uses: actions/cache@v4
1616
name: Cache plugin dir
1717
with:
1818
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)