Skip to content

Commit

Permalink
Merge pull request #452 from OWASP/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
commjoen authored Jan 20, 2024
2 parents 86d0ab1 + 05bdec8 commit 20e636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.9"
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Cache plugin dir
with:
path: ~/.tflint.d/plugins
Expand Down

0 comments on commit 20e636f

Please sign in to comment.