diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39d46e4d..3ea9cec7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache Maven Repos - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: hippo4j-maven-third-party-${{ hashFiles('**/pom.xml') }}