Update cache version

This commit is contained in:
Ryan Baxter
2024-12-12 14:33:37 -05:00
committed by GitHub
parent 28ac233277
commit 7f60e7e7c7

View File

@@ -22,7 +22,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}