Skip to content

Commit a0041c1

Browse files
chore(deps): update actions/cache digest to 2cdf405 (#1143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e657383 commit a0041c1

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

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

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
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@a11fb02296c06498a496a240dc672c5bdf85c574
28+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
2929
with:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)