We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ed8d2 commit bc833c5Copy full SHA for bc833c5
1 file changed
.github/workflows/dependency-check.yml
@@ -23,7 +23,7 @@ jobs:
23
java-version: 21
24
cache: 'maven'
25
- name: Cache NVD DB
26
- uses: actions/cache@v3
+ uses: actions/cache@v4
27
with:
28
path: ~/.m2/repository/org/owasp/dependency-check-data/
29
key: dependency-check-${{ github.run_id }}
0 commit comments