From 0cf2fc5c357908e1b060a912a9f7c9ea0f21e61f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:42:44 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- .github/workflows/unittests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f4a95df..f6e031eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: 3.12 - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cache with: path: /tmp/lce_android @@ -95,7 +95,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: 3.12 - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cache with: path: /tmp/lce_android diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index d5033269..6f4d5ada 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -120,7 +120,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: 3.12 - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cache with: path: /tmp/lce_android