Skip to content

Commit bbf016c

Browse files
chore(deps): update actions/cache digest to acc9ae5
1 parent c8c70e2 commit bbf016c

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

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

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
languages: java
2626

2727
- name: Cache local Maven repository
28-
uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1
28+
uses: actions/cache@acc9ae5c1401b6c072a7c89ff4c48ea7e30f4dbf
2929
with:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)