Skip to content

Commit 8cb792e

Browse files
committed
Fork CI
1 parent 5221dd6 commit 8cb792e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-master-pulls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
java-version: ${{ matrix.java }}
2121
- name: Cache local Maven repository
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.m2/repository
2525
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
java-version: ${{ matrix.java }}
4545
- name: Cache local Maven repository
46-
uses: actions/cache@v2
46+
uses: actions/cache@v4
4747
with:
4848
path: ~/.m2/repository
4949
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)