File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - uses : actions/checkout@v4
25- - uses : actions/cache@v4.1.2
25+ - uses : actions/cache@v4.2.0
2626 with :
2727 path : ~/.m2/repository
2828 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : actions/cache@v4.1.2
14+ - uses : actions/cache@v4.2.0
1515 with :
1616 path : ~/.m2/repository
1717 key : ubuntu-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - uses : actions/checkout@v4
26- - uses : actions/cache@v4.1.2
26+ - uses : actions/cache@v4.2.0
2727 with :
2828 path : ~/.m2/repository
2929 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments