1.3.3 release #8

Merged
Infendro merged 3 commits from develop into main 2026-01-22 10:59:48 +00:00
Showing only changes of commit 3e769fe4d0 - Show all commits

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
key: gradle-${{ hashFiles('**/libs.versions.toml') }} key: gradle-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: gradle- restore-keys: gradle
path: | path: |
~/.gradle/caches/ ~/.gradle/caches/
~/.gradle/wrapper/ ~/.gradle/wrapper/
@@ -28,7 +28,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
key: konan-${{ hashFiles('**/libs.versions.toml') }} key: konan-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: konan- restore-keys: konan
path: | path: |
~/.konan/ ~/.konan/
@@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
key: node-${{ hashFiles('**/libs.versions.toml') }} key: node-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: node- restore-keys: node
path: | path: |
~/.gradle/nodejs ~/.gradle/nodejs
~/.gradle/yarn ~/.gradle/yarn