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