chore(deps): update actions/cache digest to 0c45773 (#853)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f4e17ccae6
commit
8b723232a1
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
server-password: ${{ secrets.OSSRH_PASSWORD }}
|
||||
|
||||
- name: Cache local Maven repository
|
||||
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
languages: java
|
||||
|
||||
- name: Cache local Maven repository
|
||||
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue