Skip to content

Commit 1c9a913

Browse files
chore(deps): update actions/cache digest to 0c907a7
1 parent 90217b2 commit 1c9a913

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@9fa7e61ec7e1f44ac75218e7aaea81da8856fd11
34+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
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@9fa7e61ec7e1f44ac75218e7aaea81da8856fd11
37+
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
3838
with:
3939
path: ~/.m2/repository
4040
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)