Skip to content

Commit 7c2af57

Browse files
chore(deps): update actions/cache digest to 640a1c2 (#1485)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8bf777a commit 7c2af57

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

3535
- name: Cache local Maven repository
36-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
36+
uses: actions/cache@640a1c2554105b57832a23eea0b4672fc7a790d5
3737
with:
3838
path: ~/.m2/repository
3939
key: ${{ runner.os }}-17-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
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@5a3ec84eff668545956fd18022155c47e93e2684
37+
uses: actions/cache@640a1c2554105b57832a23eea0b4672fc7a790d5
3838
with:
3939
path: ~/.m2/repository
4040
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)