Skip to content

Commit

Permalink
updating Maven cache version to get the buold unstuck
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Nov 26, 2023
1 parent 8929a40 commit 765f0ee
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-v1
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-build-v2
restore-keys: ${{ runner.os }}-maven

- name: Build and test...
Expand Down

0 comments on commit 765f0ee

Please sign in to comment.