File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 settings-path : ${{ github.workspace }}
4747
4848 - name : Load local Maven repository cache
49- uses : actions/cache@v4
49+ uses : actions/cache@v5
5050 with :
5151 path : ~/.m2/repository
5252 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1818 distribution : ' zulu'
1919 java-version : ' 21'
2020 - name : Load local Maven repository cache
21- uses : actions/cache@v4
21+ uses : actions/cache@v5
2222 with :
2323 path : ~/.m2/repository
2424 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2424 settings-path : ${{ github.workspace }}
2525
2626 - name : Load local Maven repository cache
27- uses : actions/cache@v4
27+ uses : actions/cache@v5
2828 with :
2929 path : ~/.m2/repository
3030 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 distribution : zulu
2424 java-version : " 21"
2525
26- - uses : actions/cache@v4
26+ - uses : actions/cache@v5
2727 with :
2828 path : ~/.m2/repository
2929 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3030 restore-keys : ${{ runner.os }}-maven-
3131
32- - uses : actions/cache@v4
32+ - uses : actions/cache@v5
3333 with :
3434 path : ~/.sonar/cache
3535 key : ${{ runner.os }}-sonar
Original file line number Diff line number Diff line change 2323 settings-path : ${{ github.workspace }}
2424
2525 - name : Load local Maven repository cache
26- uses : actions/cache@v4
26+ uses : actions/cache@v5
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