diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68805f8..79a577f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: java-version: 17 distribution: temurin - name: Cache local Maven repository - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}