Skip to content

Commit 289a274

Browse files
chore(deps): update actions/cache digest to ab5e6d0 (#698)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d468bae commit 289a274

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
@@ -45,7 +45,7 @@ jobs:
4545
cache: maven
4646

4747
- name: Cache local Maven repository
48-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
48+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
4949
with:
5050
path: ~/.m2/repository
5151
key: ${{ runner.os }}-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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
35+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
3636
with:
3737
path: ~/.m2/repository
3838
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)