mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-11 14:22:45 +00:00
updated cache to v2 and removed SQ analysis
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
- uses: actions/cache@v1
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
|
||||
Reference in New Issue
Block a user