Skip to content

Commit

Permalink
refreshing GitHub cache key to get rid of stale dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Nov 23, 2023
1 parent 437cd84 commit a946cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-build-v2
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-build-v3
restore-keys: ${{ runner.os }}-maven-v2

- name: Build and test...
Expand Down

0 comments on commit a946cfc

Please sign in to comment.