Skip to content

Commit 4c686c9

Browse files
chore(deps): update actions/cache digest to 704facf (#596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1441c2c commit 4c686c9

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@f7ebb81a3f195b4fb88dab7c14e2f7aff52045aa
35+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
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
@@ -25,7 +25,7 @@ jobs:
2525
languages: java
2626

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

0 commit comments

Comments
 (0)