diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index b844d528..03e16590 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -19,7 +19,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Restore dependency cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}