From 4be56179a34d8655350e32885d10e747bf549265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:01:19 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/quality-monitor-build.yml | 2 +- .github/workflows/update-badges.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality-monitor-build.yml b/.github/workflows/quality-monitor-build.yml index 4268fa4..63e8b4a 100644 --- a/.github/workflows/quality-monitor-build.yml +++ b/.github/workflows/quality-monitor-build.yml @@ -23,7 +23,7 @@ jobs: with: maven-version: 3.9.11 - name: Cache the NVD database - uses: actions/cache@v4 + uses: actions/cache@v5 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 c009d9a..ec4a5e9 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@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository/org/owasp/dependency-check-data key: dependency-check