Skip to content

Commit f975b5a

Browse files
chore(deps): update actions/cache digest to 0057852
1 parent d0f9647 commit f975b5a

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
@@ -36,7 +36,7 @@ jobs:
3636
server-password: ${{ secrets.CENTRAL_PASSWORD }}
3737

3838
- name: Cache local Maven repository
39-
uses: actions/cache@638ed79f9dc94c1de1baef91bcab5edaa19451f4
39+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
4040
with:
4141
path: ~/.m2/repository
4242
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
@@ -37,7 +37,7 @@ jobs:
3737
languages: java
3838

3939
- name: Cache local Maven repository
40-
uses: actions/cache@638ed79f9dc94c1de1baef91bcab5edaa19451f4
40+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
4141
with:
4242
path: ~/.m2/repository
4343
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)