ci(github-action)!: Update https://github.com/actions/cache action to v5 (renovate)
All checks were successful
Build / build (pull_request) Successful in 2m38s
All checks were successful
Build / build (pull_request) Successful in 2m38s
This commit is contained in:
parent
71bf0b2c75
commit
6cf607407a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue