diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8b2fb858..5687b97c 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@v5.0.0 + uses: actions/cache@v5.0.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}