Skip to content

Commit 17fa009

Browse files
chore(deps): update actions/cache digest to a3f5edc
1 parent 2c01907 commit 17fa009

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
@@ -34,7 +34,7 @@ jobs:
3434
server-password: ${{ secrets.OSSRH_PASSWORD }}
3535

3636
- name: Cache local Maven repository
37-
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
37+
uses: actions/cache@a3f5edc2378b2e43203912210dc88effa160f032
3838
with:
3939
path: ~/.m2/repository
4040
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@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
34+
uses: actions/cache@a3f5edc2378b2e43203912210dc88effa160f032
3535
with:
3636
path: ~/.m2/repository
3737
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)