chore(deps): update actions/cache digest to ab5e6d0 (#827)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-29 22:39:28 +00:00 committed by GitHub
parent 1a0f6ae120
commit 11eb151b0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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@a2ed59d39b352305bdd2f628719a53b2cc4f9613
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

View File

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