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