diff --git a/.github/actions/setup-maven/action.yaml b/.github/actions/setup-maven/action.yaml index 4aabd401f..0cb4b54c2 100644 --- a/.github/actions/setup-maven/action.yaml +++ b/.github/actions/setup-maven/action.yaml @@ -25,6 +25,7 @@ runs: with: path: build/apache-maven-* key: setup-maven-${{ hashFiles('pom.xml') }} + restore-keys: setup-maven- - name: Install Maven shell: bash run: build/mvn -v