Maybe fixed dependency caching
[Mograsim.git] / .github / workflows / maven.yml
index 41df974..13eda7f 100644 (file)
@@ -23,7 +23,7 @@ jobs:
       uses: actions/cache@v2.1.1
       with:
         path: ~/.m2/repository
-        key: mograsim-maven-${{ hashFiles('**/pom.xml,**/MANIFEST.MF') }}
+        key: mograsim-maven-${{ hashFiles('**/pom.xml', '**/MANIFEST.MF', '.github/workflows/maven.yml') }}
         restore-keys: |
           mograsim-maven-
     - name: Build with Maven