Skip to content

Commit

Permalink
Merge pull request #1157 from uhafner/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
uhafner authored Sep 20, 2024
2 parents 0b1499e + c4d8072 commit ab440cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
maven-version: 3.9.9
- name: Cache the NVD database
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository/org/owasp/dependency-check-data
key: dependency-check
Expand Down

0 comments on commit ab440cd

Please sign in to comment.