File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 build_and_test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - name : Set up JDK 11
14- uses : actions/setup-java@v2
12+ - uses : actions/checkout@v6
13+ - name : Set up JDK 17
14+ uses : actions/setup-java@v5
1515 with :
16- java-version : ' 11 '
16+ java-version : ' 17 '
1717 distribution : ' temurin'
1818 - name : Build project with Maven
1919 run : mvn -B package --file pom.xml
Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v6
1212 - name : Set up Maven Central Repository
13- uses : actions/setup-java@v2
13+ uses : actions/setup-java@v5
1414 with :
15- java-version : ' 11 '
15+ java-version : ' 17 '
1616 distribution : ' temurin'
1717 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
1818 gpg-passphrase : GPG_PASSPHRASE
You can’t perform that action at this time.
0 commit comments