chore(deps): update actions/cache digest to 6fd2d45 (#222)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-01-05 18:25:12 +00:00 committed by GitHub
parent 3b1ce92bb6
commit 4e5a39f670
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@1f414295fe1e1bab9fb9b7ef11ce3f9fe556343c
uses: actions/cache@6fd2d4538ca777f67fccddb233cf1a8ff1339012
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@1f414295fe1e1bab9fb9b7ef11ce3f9fe556343c
uses: actions/cache@6fd2d4538ca777f67fccddb233cf1a8ff1339012
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}