Skip to content

Commit 41e74f6

Browse files
authored
Merge pull request #1054 from OWASP/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2 parents 14c7c57 + d74fde3 commit 41e74f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-python@v5
3535
with:
3636
python-version: "3.14"
37-
- uses: actions/cache@v4
37+
- uses: actions/cache@v5
3838
name: Cache plugin dir
3939
with:
4040
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)