Skip to content

Commit b5d581c

Browse files
chore(deps): update actions/cache digest to 627f0f4 (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c1ff7a commit b5d581c

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

2525
- name: Cache local Maven repository
26-
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3
26+
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3
2727
with:
2828
path: ~/.m2/repository
2929
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
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Cache local Maven repository
3636
if: ${{ steps.release.outputs.releases_created }}
37-
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3
37+
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3
3838
with:
3939
path: ~/.m2/repository
4040
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)