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:
parent
3b1ce92bb6
commit
4e5a39f670
|
|
@ -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') }}
|
||||
|
|
|
|||
|
|
@ -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') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue