Skip to content

Commit 8359ef1

Browse files
chore(deps): update actions/cache digest to 5a3ec84 (#1380)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dbf92df commit 8359ef1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
server-password: ${{ secrets.OSSRH_PASSWORD }}
3232

3333
- name: Cache local Maven repository
34-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
34+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
3535
with:
3636
path: ~/.m2/repository
3737
key: ${{ runner.os }}-17-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
languages: java
3535

3636
- name: Cache local Maven repository
37-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
37+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
3838
with:
3939
path: ~/.m2/repository
4040
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)