Skip to content

Commit a73083d

Browse files
chore(deps): update actions/cache digest to f7ebb81 (#549)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5985005 commit a73083d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
server-password: ${{ secrets.OSSRH_PASSWORD }}
3333

3434
- name: Cache local Maven repository
35-
uses: actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78
35+
uses: actions/cache@f7ebb81a3f195b4fb88dab7c14e2f7aff52045aa
3636
with:
3737
path: ~/.m2/repository
3838
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
languages: java
3333

3434
- name: Cache local Maven repository
35-
uses: actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78
35+
uses: actions/cache@f7ebb81a3f195b4fb88dab7c14e2f7aff52045aa
3636
with:
3737
path: ~/.m2/repository
3838
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)