Skip to content

Commit 640e463

Browse files
committed
fix ci/cd
1 parent db416c5 commit 640e463

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.github/workflows/apple-binaries.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,24 @@ on:
55
types: [ published ]
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
811
jobs:
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
@@ -57,7 +60,7 @@ jobs:
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

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
library = "1.0.0-alpha01" # Keep at top
1010
activity = "1.10.1"
1111
android-core = "1.17.0"
12-
android-tools = "8.12.1"
12+
android-tools = "8.12.2"
1313
atomicfu = "0.29.0"
1414
auto-service = "1.1.1"
1515
binary-compatibility = "0.18.1"
1616
compose = "1.8.2"
17-
compose-bom = "2025.08.00"
17+
compose-bom = "2025.08.01"
1818
coroutines = "1.10.2"
1919
datetime = "0.7.1"
2020
dokka = "2.0.0"
2121
i18n4k = "0.11.0"
2222
immutable = "0.4.0"
23-
kaml = "0.92.0"
23+
kaml = "0.93.0"
2424
kctfork = "0.8.0"
2525
kommand = "2.3.0"
2626
kotlin = "2.2.10"
@@ -32,7 +32,7 @@ publish = "0.34.0"
3232
semver = "3.0.0"
3333
serialization = "1.9.0"
3434
skie = "0.10.6"
35-
tooling = "1.8.0"
35+
tooling = "1.8.2"
3636
versions = "0.52.0"
3737

3838
[libraries]

0 commit comments

Comments
 (0)