diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4b1e903..5953be5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,7 +48,7 @@ jobs: - name: Cache Maven Repository id: cache-maven - uses: https://github.com/actions/cache@v4 + uses: https://github.com/actions/cache@v5 with: path: ~/.m2/repository # The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch. diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4194ca4..16e6627 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -78,7 +78,7 @@ jobs: - name: Cache Maven Repository id: cache-maven - uses: https://github.com/actions/cache@v4 + uses: https://github.com/actions/cache@v5 with: path: ~/.m2/repository # The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch.