Setup Maven cache gh action used in PR CI build to v4

Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
This commit is contained in:
Soby Chacko
2025-03-13 09:51:24 -04:00
parent b342c2157f
commit dcd34d1593

View File

@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup Maven cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}