From: Daniel Kirschten Date: Sun, 13 Sep 2020 17:52:05 +0000 (+0200) Subject: Maybe fixed dependency caching X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=commitdiff_plain;h=d5c8cb186dd6f300da26eef5507e4d72c541f249 Maybe fixed dependency caching --- diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 41df9749..13eda7f7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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