chore(deps): update actions/cache digest to 4723a57 (#214)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-12-27 16:57:38 +00:00 committed by GitHub
parent e399174371
commit 6e3e1853a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
server-password: ${{ secrets.OSSRH_PASSWORD }}
- name: Cache local Maven repository
uses: actions/cache@d1507cccba5975e005ebd1bdaa5a0c51832f159d
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

View File

@ -31,7 +31,7 @@ jobs:
languages: java
- name: Cache local Maven repository
uses: actions/cache@d1507cccba5975e005ebd1bdaa5a0c51832f159d
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}