File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,18 +25,18 @@ jobs:
2525 MAVEN_PASSWORD : ${{ secrets.AGNET_REPO_PASSWORD }}
2626 steps :
2727 - name : Checkout source codes from branch to verify
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929 with :
3030 repository : ${{ github.repository }}
3131 token : ${{ github.token }}
3232 ref : ${{ inputs.config-path }}
3333
3434 - name : Set up Java for conformity checks
35- uses : actions/setup-java@v4
35+ uses : actions/setup-java@v5
3636 with :
3737 java-version : ' 11'
3838 distribution : ' temurin'
39- cache : maven
39+ cache : ' maven'
4040 server-id : agnet
4141 server-username : MAVEN_USERNAME
4242 server-password : MAVEN_PASSWORD
Original file line number Diff line number Diff line change @@ -25,18 +25,18 @@ jobs:
2525 MAVEN_PASSWORD : ${{ secrets.AGNET_REPO_PASSWORD }}
2626 steps :
2727 - name : Checkout source codes from branch to verify
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929 with :
3030 repository : ${{ github.repository }}
3131 token : ${{ github.token }}
3232 ref : ${{ inputs.config-path }}
3333
3434 - name : Set up Java for conformity checks
35- uses : actions/setup-java@v4
35+ uses : actions/setup-java@v5
3636 with :
3737 java-version : ' 11'
3838 distribution : ' temurin'
39- cache : maven
39+ cache : ' maven'
4040 server-id : agnet
4141 server-username : MAVEN_USERNAME
4242 server-password : MAVEN_PASSWORD
Original file line number Diff line number Diff line change @@ -130,18 +130,18 @@ jobs:
130130 steps :
131131 - name : Checkout source codes from branch
132132 id : checkout_step
133- uses : actions/checkout@v4
133+ uses : actions/checkout@v6
134134 with :
135135 repository : ${{ github.repository }}
136136 token : ${{ github.token }}
137137 ref : ${{ inputs.branch_name }}
138138
139139 - name : Set up java runtime (Temurin JDK)
140- uses : actions/setup-java@v4
140+ uses : actions/setup-java@v5
141141 with :
142142 java-version : ' 11'
143143 distribution : ' temurin'
144- cache : maven
144+ cache : ' maven'
145145 # defined settings.xml values allowing use of CYBNITY Maven remote repository
146146 server-id : agnet
147147 server-username : MAVEN_USERNAME
Original file line number Diff line number Diff line change @@ -33,18 +33,18 @@ jobs:
3333 GITHUB_TOKEN : ${{ github.token }} # GITHUB_TOKEN is the default env for the password
3434 steps :
3535 - name : Checkout source codes from branch to publish
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v6
3737 with :
3838 repository : ${{ github.repository }}
3939 token : ${{ github.token }}
4040 ref : ${{ inputs.config-path }}
4141
4242 - name : Settings.xml definition for publishing to AGNet repository
43- uses : actions/setup-java@v4
43+ uses : actions/setup-java@v5
4444 with : # running setup-java again overwrites the settings.xml
4545 java-version : ' 11'
4646 distribution : ' temurin'
47- cache : maven
47+ cache : ' maven'
4848 server-id : agnet # Value of the distributionManagement/repository/id filed of the pom.xml
4949 server-username : MAVEN_USERNAME # env variable for username in deploy
5050 server-password : MAVEN_PASSWORD # env variable for token in deploy
You can’t perform that action at this time.
0 commit comments