|
@@ -18,7 +18,7 @@ jobs:
|
|
git config user.email github-actions@github.com
|
|
git config user.email github-actions@github.com
|
|
|
|
|
|
- name: Cache local Maven repository
|
|
- name: Cache local Maven repository
|
|
- uses: actions/cache@v2
|
|
|
|
|
|
+ uses: actions/cache@v3
|
|
with:
|
|
with:
|
|
path: ~/.m2/repository
|
|
path: ~/.m2/repository
|
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
|
@@ -62,7 +62,7 @@ jobs:
|
|
uses: docker/setup-buildx-action@v1
|
|
uses: docker/setup-buildx-action@v1
|
|
|
|
|
|
- name: Cache Docker layers
|
|
- name: Cache Docker layers
|
|
- uses: actions/cache@v2
|
|
|
|
|
|
+ uses: actions/cache@v3
|
|
with:
|
|
with:
|
|
path: /tmp/.buildx-cache
|
|
path: /tmp/.buildx-cache
|
|
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
|
key: ${{ runner.os }}-buildx-${{ github.sha }}
|