File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 with :
2828 java-version : " 17"
2929 distribution : ' adopt'
30- - uses : actions/cache@v4
30+ - uses : actions/cache@v5
3131 with :
3232 path : ~/.m2
3333 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 6262 env :
6363 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6464 - name : Save the common cache
65- uses : actions/cache@v4
65+ uses : actions/cache@v5
6666 with :
6767 path : ${{ env.COMMON_CACHE_PATH }}
6868 key : ${{ env.COMMON_CACHE_KEY }}
Original file line number Diff line number Diff line change 4545 server-id : central
4646 server-username : MAVEN_USERNAME
4747 server-password : MAVEN_PASSWORD
48- - uses : actions/cache@v4
48+ - uses : actions/cache@v5
4949 with :
5050 path : ~/.m2
5151 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
6868 with :
6969 java-version : ' 17'
7070 distribution : ' adopt'
71- - uses : actions/cache@v4
71+ - uses : actions/cache@v5
7272 with :
7373 path : ~/.m2
7474 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments