Skip to content

Commit c39faf4

Browse files
chore(deps): update actions/cache digest to e0d6227
1 parent 1d731f6 commit c39faf4

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
@@ -32,7 +32,7 @@ jobs:
3232
server-password: ${{ secrets.OSSRH_PASSWORD }}
3333

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

.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@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
34+
uses: actions/cache@e0d62270e20d6eeecf2fd6397a1b8871b6269e38
3535
with:
3636
path: ~/.m2/repository
3737
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)