diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 4ed0aec9f..932bc8992 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v2 - name: Setup Maven cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}