diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7a16a4023..fb37a5992b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: with: java-version: 17 distribution: temurin - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}