diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 261c6d0ee5..74ad0001c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -142,7 +142,7 @@ jobs: - name: "Cache: Local Maven Repository" - uses: actions/cache@v5 + uses: actions/cache@v6 with: # Excluded sub directory not working https://github.com/actions/toolkit/issues/713 path: | @@ -155,7 +155,7 @@ jobs: - name: "Cache: Local Tycho Repository" - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.m2/repository/.cache/tycho diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index 9f3b182ce2..7aab7f6be8 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -80,7 +80,7 @@ jobs: with: maven-version: 3.9.16 - name: Cache local Maven repository - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}