1919 uses : actions/checkout@v4
2020 - name : Get version
2121 id : versions
22- uses : HardNorth/github-version-generate@v1.3 .0
22+ uses : HardNorth/github-version-generate@v1.4 .0
2323 with :
2424 version-source : file
2525 version-file : ${{ env.VERSION_FILE }}
@@ -41,16 +41,16 @@ jobs:
4141 with :
4242 python-version-file : .ci-python-version
4343 - name : Validate Gradle Wrapper
44- uses : gradle/wrapper-validation-action@v1.1.0
44+ uses : gradle/wrapper-validation-action@v2
4545 - name : Cache konan
46- uses : actions/cache@v3.3.2
46+ uses : actions/cache@v4
4747 with :
4848 path : ~/.konan
4949 key : ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
5050 restore-keys : |
5151 ${{ runner.os }}-gradle-
5252 - name : Build with Gradle
53- uses : gradle/gradle-build-action@v2.11.1
53+ uses : gradle/actions/setup-gradle@v3
5454 env :
5555 SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
5656 SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
5959 OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
6060 with :
6161 gradle-version : wrapper
62- arguments : |
63- --no-daemon
64- --info
65- build
66- publish
67- closeAndReleaseStagingRepository
68- -Pversion=${{ needs.version.outputs.RELEASE_VERSION }}
69- -x :benchmark:benchmark
62+ - run : ./gradlew --no-daemon --info build publish closeAndReleaseStagingRepository -Pversion=${{ needs.version.outputs.RELEASE_VERSION }} -x :benchmark:benchmark
7063 create_release :
7164 runs-on : ubuntu-latest
7265 needs :
10295 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
10396 - name : Create release
10497 id : create_release
105- uses : ncipollo/release-action@v1.13 .0
98+ uses : ncipollo/release-action@v1.14 .0
10699 with :
107100 body : ${{ steps.build_changelog.outputs.changelog }}
108101 name : Release ${{ needs.version.outputs.RELEASE_VERSION }}
0 commit comments