diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90e891967..08f4f1c8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: distribution: 'zulu' - name: print Java version run: java -version - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}