We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a8a18 commit 751f8c5Copy full SHA for 751f8c5
1 file changed
.github/workflows/build_and_test.yml
@@ -37,7 +37,7 @@ jobs:
37
kv=$(cat gradle/libs.versions.toml | grep '^kotlin =' | awk -F'[=]' '{print $2}' | tr -d '" ')
38
echo KOTLIN_VERSION=$kv >> $GITHUB_ENV
39
- name: Cache konan
40
- uses: actions/cache@v3
+ uses: actions/cache@v4
41
with:
42
# [@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob) is used to match paths
43
# It should correctly expand `~` on every OS.
0 commit comments