File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 steps :
4444 - name : Checkout repository
4545 uses : actions/checkout@v3.0.2
46- - uses : actions/cache@v3.0.8
46+ - uses : actions/cache@v3.0.9
4747 with :
4848 path : ~/.m2/repository
4949 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - uses : actions/checkout@v3.0.2
33- - uses : actions/cache@v3.0.8
33+ - uses : actions/cache@v3.0.9
3434 with :
3535 path : ~/.m2/repository
3636 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - uses : actions/checkout@v3.0.2
35- - uses : actions/cache@v3.0.8
35+ - uses : actions/cache@v3.0.9
3636 with :
3737 path : ~/.m2/repository
3838 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments