chore(deps): update actions/cache digest to 6babf20 (#182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c3e2de779c
commit
4a437d5776
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
server-password: ${{ secrets.OSSRH_PASSWORD }}
|
||||
|
||||
- name: Cache local Maven repository
|
||||
uses: actions/cache@5c79b3fd6c0e87c9444fe7b18edafe7d9ba61531
|
||||
uses: actions/cache@6babf202a422aac73d74f0f40020ca0673b0a4ba
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
languages: java
|
||||
|
||||
- name: Cache local Maven repository
|
||||
uses: actions/cache@5c79b3fd6c0e87c9444fe7b18edafe7d9ba61531
|
||||
uses: actions/cache@6babf202a422aac73d74f0f40020ca0673b0a4ba
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue