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:
renovate[bot] 2022-11-27 10:26:50 -08:00 committed by GitHub
parent c3e2de779c
commit 4a437d5776
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@5c79b3fd6c0e87c9444fe7b18edafe7d9ba61531
uses: actions/cache@6babf202a422aac73d74f0f40020ca0673b0a4ba
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@5c79b3fd6c0e87c9444fe7b18edafe7d9ba61531
uses: actions/cache@6babf202a422aac73d74f0f40020ca0673b0a4ba
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}