chore(deps): update actions/cache digest to e12d46a (#763)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ce1db8cc48
commit
8d7976cfa8
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
server-password: ${{ secrets.OSSRH_PASSWORD }}
|
||||
|
||||
- name: Cache local Maven repository
|
||||
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
|
||||
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@704facf57e6136b1bc63b828d79edcd491f0ee84
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue