File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v7
1818 - name : " Cache Maven repository"
19- uses : actions/cache@v5 .0.5
19+ uses : actions/cache@v6 .0.0
2020 with :
2121 path : $HOME/.m2
2222 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3535 steps :
3636 - uses : actions/checkout@v7
3737 - name : " Cache Maven repository"
38- uses : actions/cache@v5 .0.5
38+ uses : actions/cache@v6 .0.0
3939 with :
4040 path : $HOME/.m2
4141 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
8282 security-events : write
8383 steps :
8484 - name : " Cache Maven repository"
85- uses : actions/cache@v5 .0.5
85+ uses : actions/cache@v6 .0.0
8686 with :
8787 path : $HOME/.m2
8888 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v7
1515 - name : " Cache Maven repository"
16- uses : actions/cache@v5 .0.5
16+ uses : actions/cache@v6 .0.0
1717 with :
1818 path : $HOME/.m2
1919 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3232 steps :
3333 - uses : actions/checkout@v7
3434 - name : " Cache Maven repository"
35- uses : actions/cache@v5 .0.5
35+ uses : actions/cache@v6 .0.0
3636 with :
3737 path : $HOME/.m2
3838 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
7272 security-events : write
7373 steps :
7474 - name : " Cache Maven repository"
75- uses : actions/cache@v5 .0.5
75+ uses : actions/cache@v6 .0.0
7676 with :
7777 path : $HOME/.m2
7878 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v7
1414 - name : " Cache Maven repository"
15- uses : actions/cache@v5 .0.5
15+ uses : actions/cache@v6 .0.0
1616 with :
1717 path : $HOME/.m2
1818 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1919 ref : ${{ github.event.pull_request.head.sha }}
2020
2121 - name : " Cache Maven repository"
22- uses : actions/cache@v5 .0.5
22+ uses : actions/cache@v6 .0.0
2323 with :
2424 path : ~/.m2
2525 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v7
1414 - name : " Cache Maven repository"
15- uses : actions/cache@v5 .0.5
15+ uses : actions/cache@v6 .0.0
1616 with :
1717 path : $HOME/.m2
1818 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments