diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 4a7f7fc..13cbe47 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}