diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 04aba8ef..1b13659b 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.5 + uses: actions/cache@v6.0.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}