From 18fddc25bdb39be85e65b7ed9271967fccb3f706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:53:26 +0000 Subject: [PATCH] ci(deps): 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/build.yml | 4 ++-- .github/workflows/codeql.yml | 4 ++-- .github/workflows/licensecheck.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5d4ab24c..8ef0b7938 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,7 +141,7 @@ jobs: - name: "Cache: Local Maven Repository" - uses: actions/cache@v4 + uses: actions/cache@v5 with: # Excluded sub directory not working https://github.com/actions/toolkit/issues/713 path: | @@ -154,7 +154,7 @@ jobs: - name: "Cache: Local Tycho Repository" - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.m2/repository/.cache/tycho diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fa85087d1..e7b963d0a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -101,7 +101,7 @@ jobs: - name: "Cache: Local Maven Repository" - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 if: matrix.language == 'java' with: # Excluded sub directory not working https://github.com/actions/toolkit/issues/713 @@ -115,7 +115,7 @@ jobs: - name: "Cache: Local Tycho Repository" - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 if: matrix.language == 'java' with: path: | diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index cbd112bfd..16f6b502f 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -72,7 +72,7 @@ jobs: - name: "Cache: Local Maven Repository" - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: # Excluded sub directory not working https://github.com/actions/toolkit/issues/713 path: | @@ -85,7 +85,7 @@ jobs: - name: "Cache: Local Tycho Repository" - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | ~/.m2/repository/.cache/tycho