From 1323c580399d9082eaaf6f888989bdae919ce0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:50:18 +0000 Subject: [PATCH] Bump actions/cache from 5.0.2 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3. - [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.2...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 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 1c20772..0f4197b 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.2 + uses: actions/cache@v5.0.3 with: path: ~/.konan key: ${{ runner.os }}-konan-${{ hashFiles('settings.gradle.kts') }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a8f87b7..bff6c48 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.2 + uses: actions/cache@v5.0.3 with: path: ~/.konan key: ${{ runner.os }}-konan-${{ hashFiles('settings.gradle.kts') }}