diff --git a/.github/workflows/reusable-maven-ci.yml b/.github/workflows/reusable-maven-ci.yml index 317babd..422b4e3 100644 --- a/.github/workflows/reusable-maven-ci.yml +++ b/.github/workflows/reusable-maven-ci.yml @@ -34,7 +34,7 @@ jobs: cache: "maven" - name: Cache Maven packages - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}