Skip to content

Commit 8f57e38

Browse files
authored
Merge pull request #493 from jenkinsci/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents bdcc114 + 4be5617 commit 8f57e38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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

.github/workflows/update-badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fi
3535
fi
3636
- name: Cache the NVD database
37-
uses: actions/cache@v4
37+
uses: actions/cache@v5
3838
with:
3939
path: ~/.m2/repository/org/owasp/dependency-check-data
4040
key: dependency-check

0 commit comments

Comments
 (0)