From a9cab809ec70aed215acb2a1472ceb4ec208c89d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:08:05 +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 be129b0b..c01c3b76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -157,7 +157,7 @@ jobs: - name: "Cache: Local Maven Repository" - uses: actions/cache@v4 + uses: actions/cache@v5 if: runner.os != 'macOS' # FIXME workaround for https://github.com/actions/runner/issues/449#issuecomment-3566876749 with: # Excluded sub directory not working https://github.com/actions/toolkit/issues/713 @@ -171,7 +171,7 @@ jobs: - name: "Cache: Local Tycho Repository" - uses: actions/cache@v4 + uses: actions/cache@v5 if: runner.os != 'macOS' # FIXME workaround for https://github.com/actions/runner/issues/449#issuecomment-3566876749 with: path: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 20528299..d10acd37 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -109,7 +109,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 @@ -123,7 +123,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 8601f33d..d0f3bc1b 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