diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 81a1ed1b663..c86d0a8d400 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: distribution: 'temurin' # Step that does that actual cache save and restore - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -67,7 +67,7 @@ jobs: server-password: MAVEN_PASSWORD # Step that does that actual cache save and restore - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}