From c479bc75d9bc11a01c515359d07cfb5dc8ac0a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:01:44 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 52858f3d6..48ae9969c 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -32,7 +32,7 @@ jobs: version: 1.66.0 - name: Try to restore libraries from the cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 id: library-cache with: key: conan-${{ hashFiles('src/win32/conanfile.txt') }} @@ -44,7 +44,7 @@ jobs: - name: Save libraries to the cache if: ${{ steps.library-cache.outputs.cache-hit != 'true' }} - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: key: ${{ steps.library-cache.outputs.cache-primary-key }} path: ${{ env.CONAN_USER_HOME }}/.conan