Skip to content

Commit 3c49ac6

Browse files
authored
Merge pull request #696 from jenkinsci/renovate/actions-cache-6.x
Bump actions/cache action to v6
2 parents d9da484 + 7a69f09 commit 3c49ac6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
maven-version: 3.9.16
2828
- name: Cache the NVD database
29-
uses: actions/cache@v5
29+
uses: actions/cache@v6
3030
with:
3131
path: ~/.m2/repository/org/owasp/dependency-check-data
3232
key: dependency-check

0 commit comments

Comments
 (0)