Skip to content

Commit 751f8c5

Browse files
chore(deps): update actions/cache action to v4 (#563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16a8a18 commit 751f8c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
kv=$(cat gradle/libs.versions.toml | grep '^kotlin =' | awk -F'[=]' '{print $2}' | tr -d '" ')
3838
echo KOTLIN_VERSION=$kv >> $GITHUB_ENV
3939
- name: Cache konan
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
# [@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob) is used to match paths
4343
# It should correctly expand `~` on every OS.

0 commit comments

Comments
 (0)