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