From 3b9af793f3a5688b14e68b5ce9e9f9cc90cb6ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:43:49 +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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7bbb61b..574a572 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,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 147b4c1..172a92d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.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') }} @@ -83,7 +83,7 @@ jobs: uses: actions/configure-pages@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') }}