File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
16- - name : Setup JDK 24
17- uses : actions/setup-java@v4
15+ - uses : actions/checkout@v6
16+ - name : Setup JDK 25
17+ uses : actions/setup-java@v5
1818 with :
19- java-version : ' 24 '
19+ java-version : ' 25 '
2020 distribution : ' temurin'
2121 cache : maven
2222 - name : Setup Gradle
23- uses : gradle/actions/setup-gradle@v4
23+ uses : gradle/actions/setup-gradle@v5
2424 - name : Configure unit test GPG key
2525 run : |
2626 echo -n "$UNIT_TEST_SIGNING_KEY" | base64 --decode | gpg --import
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : windows-latest
1212
1313 steps :
14- - uses : actions/checkout@v4
15- - name : Set up JDK 24
16- uses : actions/setup-java@v4
14+ - uses : actions/checkout@v6
15+ - name : Set up JDK 25
16+ uses : actions/setup-java@v5
1717 with :
18- java-version : ' 24 '
18+ java-version : ' 25 '
1919 distribution : ' temurin'
2020 cache : maven
2121 - name : Configure unit test GPG key
You can’t perform that action at this time.
0 commit comments