diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45b47e08a7..c8b0bd4e6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -143,7 +143,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: | @@ -156,7 +156,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/licensecheck.yml b/.github/workflows/licensecheck.yml index 9d8a40d751..1ac6297a42 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -62,7 +62,7 @@ jobs: with: maven-version: 3.9.9 - name: Cache local Maven repository - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}