File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 55 types : [ published ]
66 workflow_dispatch :
77
8+ permissions :
9+ contents : write
10+
811jobs :
912 linking :
1013 runs-on : macos-latest
1114 steps :
1215 - name : Checkout
13- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1417
1518 - name : Setup Java
16- uses : actions/setup-java@v3
19+ uses : actions/setup-java@v5
1720 with :
1821 distribution : temurin
1922 java-version : 21
2023
2124 - name : Setup Gradle
22- uses : gradle/gradle-build-action@v2
25+ uses : gradle/actions/setup-gradle@v4
2326
2427 - name : Setup Node
2528 uses : actions/setup-node@v4
5760
5861 - name : Upload XCFramework to Release
5962 if : ${{ github.event_name == 'release' }}
60- uses : softprops/action-gh-release@v2
63+ uses : softprops/action-gh-release@v2.3.2
6164 with :
6265 files : |
6366 KMPTolgee-release.xcframework.tar.gz
Original file line number Diff line number Diff line change 99library = " 1.0.0-alpha01" # Keep at top
1010activity = " 1.10.1"
1111android-core = " 1.17.0"
12- android-tools = " 8.12.1 "
12+ android-tools = " 8.12.2 "
1313atomicfu = " 0.29.0"
1414auto-service = " 1.1.1"
1515binary-compatibility = " 0.18.1"
1616compose = " 1.8.2"
17- compose-bom = " 2025.08.00 "
17+ compose-bom = " 2025.08.01 "
1818coroutines = " 1.10.2"
1919datetime = " 0.7.1"
2020dokka = " 2.0.0"
2121i18n4k = " 0.11.0"
2222immutable = " 0.4.0"
23- kaml = " 0.92 .0"
23+ kaml = " 0.93 .0"
2424kctfork = " 0.8.0"
2525kommand = " 2.3.0"
2626kotlin = " 2.2.10"
@@ -32,7 +32,7 @@ publish = "0.34.0"
3232semver = " 3.0.0"
3333serialization = " 1.9.0"
3434skie = " 0.10.6"
35- tooling = " 1.8.0 "
35+ tooling = " 1.8.2 "
3636versions = " 0.52.0"
3737
3838[libraries ]
You can’t perform that action at this time.
0 commit comments