Skip to content

Commit da725d8

Browse files
chore(deps): update actions/cache digest to 1bd1e32 (#1237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 473be86 commit da725d8

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

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

.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@6849a6489940f00c2f30c0fb92c6274307ccb58a
28+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
2929
with:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)