Skip to content

Commit bbd7a12

Browse files
chore(deps): update actions/cache digest to 0400d5f
1 parent fd67023 commit bbd7a12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache: maven
3636

3737
- name: Cache local Maven repository
38-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
38+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
3939
with:
4040
path: ~/.m2/repository
4141
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
server-password: CENTRAL_PASSWORD
4747

4848
- name: Cache local Maven repository
49-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
49+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
5050
with:
5151
path: ~/.m2/repository
5252
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)