Skip to content

Commit 3920c63

Browse files
chore(deps): update actions/cache digest to 7921ae2 (#1337)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e535fd commit 3920c63

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

3333
- name: Cache local Maven repository
34-
uses: actions/cache@9fa7e61ec7e1f44ac75218e7aaea81da8856fd11
34+
uses: actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
3535
with:
3636
path: ~/.m2/repository
3737
key: ${{ runner.os }}-17-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/pullrequest.yml

+1-1
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@9fa7e61ec7e1f44ac75218e7aaea81da8856fd11
37+
uses: actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
3838
with:
3939
path: ~/.m2/repository
4040
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)