diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index 098d1b8c..a94a73ad 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -96,7 +96,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') }}