diff --git a/.github/workflows/mvnw.yml b/.github/workflows/mvnw.yml index f71b8c557..6e8368a64 100644 --- a/.github/workflows/mvnw.yml +++ b/.github/workflows/mvnw.yml @@ -23,7 +23,7 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' # Step that does that actual cache save and restore - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}