diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 71f7dbb..2ef93ad 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -22,7 +22,7 @@ jobs: distribution: 'temurin' java-version: '17' - name: Cache local Maven repository - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}