Skip to content

Commit 3daa2f8

Browse files
authored
Merge pull request #1130 from jenkinsci/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 64dd7b5 + 27be151 commit 3daa2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-monitor-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
maven-version: 3.9.11
2525
- name: Cache the NVD database
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: ~/.m2/repository/org/owasp/dependency-check-data
2929
key: dependency-check

0 commit comments

Comments
 (0)