File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 env :
1111 VIRTUOSO_PASSWORD : ${{ secrets.VIRTUOSO_PASSWORD }}
1212 steps :
13- - name : Set up JDK 15
13+ - name : Set up JDK
1414 uses : actions/setup-java@v5
1515 with :
1616 java-version : " 25"
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v6
1717
1818 - name : Set up Maven Central Repository # Configures settings.xml with required credentials
19- uses : actions/setup-java@v4
19+ uses : actions/setup-java@v5
2020 with : # The environment variables are defined when needed (here, when the package is being published)
2121 distribution : ' temurin'
2222 java-version : ' 25'
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v6
1313
1414 - name : Set up Java
15- uses : actions/setup-java@v4
15+ uses : actions/setup-java@v5
1616 with : # The environment variables are defined when needed (here, when the package is being published)
1717 distribution : ' temurin'
1818 java-version : ' 17'
You can’t perform that action at this time.
0 commit comments