From 77a32716f7a81d8cfd3a511f1d0947ea86f3eb81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:17:54 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/build_and_test.yml | 2 +- .github/workflows/dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 8fe695d..8c997de 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -37,7 +37,7 @@ jobs: kv=$(cat gradle/libs.versions.toml | grep '^kotlin =' | awk -F'[=]' '{print $2}' | tr -d '" ') echo KOTLIN_VERSION=$kv >> $GITHUB_ENV - name: Cache konan - uses: actions/cache@v3 + uses: actions/cache@v4 with: # [@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob) is used to match paths # It should correctly expand `~` on every OS. diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 41f2560..16c51fe 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -35,7 +35,7 @@ jobs: - name: 'Cache ~/.konan' id: cache-konan - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.konan