Skip to content

Commit 74d9e1f

Browse files
chore(deps): update actions/cache digest to 4fe9c4b
1 parent 5a01ed0 commit 74d9e1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/merge.yml

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

3434
- name: Cache local Maven repository
35-
uses: actions/cache@2b04a41915d2fed6cec2aa74821ba81689ff0816
35+
uses: actions/cache@4fe9c4bd54cc7f1a32249072c2256c718ea68a5b
3636
with:
3737
path: ~/.m2/repository
3838
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

Diff for: .github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
languages: java
3232

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

0 commit comments

Comments
 (0)