Skip to content

Commit 7517520

Browse files
chore(deps): update actions/cache digest to 358a730
1 parent bc58780 commit 7517520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
server-password: ${{ secrets.CENTRAL_PASSWORD }}
3434

3535
- name: Cache local Maven repository
36-
uses: actions/cache@640a1c2554105b57832a23eea0b4672fc7a790d5
36+
uses: actions/cache@358a7306cd9d78ceffc19271e69cd8528462fccf
3737
with:
3838
path: ~/.m2/repository
3939
key: ${{ runner.os }}-17-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
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@640a1c2554105b57832a23eea0b4672fc7a790d5
37+
uses: actions/cache@358a7306cd9d78ceffc19271e69cd8528462fccf
3838
with:
3939
path: ~/.m2/repository
4040
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)