diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e588d23..1ed4ffc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,12 +22,7 @@ jobs: with: java-version: ${{ matrix.java }} distribution: 'temurin' - - name: Cache Maven dependencies - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 - with: - path: ~/.m2 - key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} - restore-keys: ${{ runner.os }}-m2 + cache: 'maven' - name: Execute tests run: mvn verify - name: check license header is present in all files