Skip to content

Commit e789972

Browse files
chore(deps): update actions/cache digest to 6998d13
1 parent 7695883 commit e789972

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@2b8105bdae4b746666ee225970c4a281bbd9d51f
35+
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
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
@@ -31,7 +31,7 @@ jobs:
3131
languages: java
3232

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

0 commit comments

Comments
 (0)