Skip to content

Commit 722180f

Browse files
chore(deps): update actions/cache digest to 5656298 (#1866)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29a29d6 commit 722180f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
server-password: ${{ secrets.CENTRAL_PASSWORD }}
3737

3838
- name: Cache local Maven repository
39-
uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
39+
uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c
4040
with:
4141
path: ~/.m2/repository
4242
key: ${{ runner.os }}-17-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
languages: java
3838

3939
- name: Cache local Maven repository
40-
uses: actions/cache@b7e8d49f17405cc70c1c120101943203c98d3a4b
40+
uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c
4141
with:
4242
path: ~/.m2/repository
4343
key: ${{ runner.os }}${{ matrix.build.java }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)