From 0f59f86bda36e5acc2cc732875e67549e3e6b1a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:47:40 +0000 Subject: [PATCH] Bump actions/cache action to v6 --- .github/workflows/dependency-check.yml | 2 +- .github/workflows/update-badges.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index 8f01b14ee..36d873c51 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -26,7 +26,7 @@ jobs: with: maven-version: 3.9.16 - name: Cache the NVD database - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository/org/owasp/dependency-check-data key: dependency-check diff --git a/.github/workflows/update-badges.yml b/.github/workflows/update-badges.yml index c1e4bb3e1..1a4f10218 100644 --- a/.github/workflows/update-badges.yml +++ b/.github/workflows/update-badges.yml @@ -34,7 +34,7 @@ jobs: fi fi - name: Cache the NVD database - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository/org/owasp/dependency-check-data key: dependency-check