Skip to content

Commit 138298c

Browse files
chore(deps): update actions/cache digest to 5a3ec84 (#1291)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e360bb commit 138298c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
36+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3737
with:
3838
path: ~/.m2/repository
3939
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/release-please.yml

+1-1
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
35+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3636
with:
3737
path: ~/.m2/repository
3838
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)