diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8041ae4..cf8cc7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: java-version: 21 distribution: temurin - name: Cache local Maven repository - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}