diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index 213329a0..a7dbe982 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -97,7 +97,7 @@ jobs: settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Cache local Maven repository - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}