Skip to content

Commit 25dad8a

Browse files
chore(deps): update actions/cache digest to d4323d4 (#1252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82ca797 commit 25dad8a

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
@@ -33,7 +33,7 @@ jobs:
3333
cache: maven
3434

3535
- name: Cache local Maven repository
36-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
36+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3737
with:
3838
path: ~/.m2/repository
3939
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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Cache local Maven repository
3434
if: ${{ steps.release.outputs.releases_created }}
35-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
35+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3636
with:
3737
path: ~/.m2/repository
3838
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)