Skip to content

Commit 2b9d9bb

Browse files
chore(deps): update actions/cache digest to 1bd1e32 (#1095)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8435e7 commit 2b9d9bb

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
@@ -24,7 +24,7 @@ jobs:
2424
cache: maven
2525

2626
- name: Cache local Maven repository
27-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
27+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
2828
with:
2929
path: ~/.m2/repository
3030
key: ${{ runner.os }}-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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
35+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
3636
with:
3737
path: ~/.m2/repository
3838
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)