diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cb1b7ab7a..707ca84836 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v5 - name: Cache Local Maven Repository - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}