File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 os : [ macos-latest, ubuntu-latest, windows-latest ]
1313 name : Java ${{ matrix.java }} @ ${{ matrix.os }}
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v4
1616 - name : Set up JDK
17- uses : actions/setup-java@v1
17+ uses : actions/setup-java@v4
1818 with :
1919 java-version : ${{ matrix.java }}
2020 - name : Cache Gradle packages
21- uses : actions/cache@v2
21+ uses : actions/cache@v4
2222 with :
2323 path : |
2424 ~/.gradle/caches
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 contents : read
1111 packages : write
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Set up Java
15- uses : actions/setup-java@v2
15+ uses : actions/setup-java@v4
1616 with :
1717 java-version : ' 17'
18- distribution : ' adopt '
18+ distribution : ' temurin '
1919 - name : Publish package
2020 run : ./gradlew publish
2121 env :
You can’t perform that action at this time.
0 commit comments