From acbe5e293d9fcb432e1937689514de868620c2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:08:25 +0000 Subject: [PATCH] Bump actions/cache from 5.0.1 to 5.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3793382..1c20772 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: uses: gradle/actions/setup-gradle@v5.0.0 - name: Cache Kotlin/Native toolchains - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.2 with: path: ~/.konan key: ${{ runner.os }}-konan-${{ hashFiles('settings.gradle.kts') }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ad33bfb..a8f87b7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -29,7 +29,7 @@ jobs: uses: gradle/actions/setup-gradle@v5.0.0 - name: Cache Kotlin/Native toolchains - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.2 with: path: ~/.konan key: ${{ runner.os }}-konan-${{ hashFiles('settings.gradle.kts') }}