diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 785ada3..3efad1a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,7 +23,7 @@ jobs: distribution: 'temurin' - name: Cache local Maven repository - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}