ci(github-action)!: Update https://github.com/actions/cache action to v5 (renovate) #161

Open
renovate-bot wants to merge 1 commit from renovate/https-github.com-actions-cache-5.x into main
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ jobs:
- name: Cache Maven Repository - name: Cache Maven Repository
id: cache-maven id: cache-maven
uses: https://github.com/actions/cache@v4 uses: https://github.com/actions/cache@v5
with: with:
path: ~/.m2/repository 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. # 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.

View file

@ -78,7 +78,7 @@ jobs:
- name: Cache Maven Repository - name: Cache Maven Repository
id: cache-maven id: cache-maven
uses: https://github.com/actions/cache@v4 uses: https://github.com/actions/cache@v5
with: with:
path: ~/.m2/repository 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. # 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.