Skip to content

Commit 20e636f

Browse files
authored
Merge pull request #452 from OWASP/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2 parents 86d0ab1 + 05bdec8 commit 20e636f

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
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-python@v5
2525
with:
2626
python-version: "3.9"
27-
- uses: actions/cache@v3
27+
- uses: actions/cache@v4
2828
name: Cache plugin dir
2929
with:
3030
path: ~/.tflint.d/plugins

0 commit comments

Comments
 (0)