diff options
| author | 2026-01-01 13:01:21 +0000 | |
|---|---|---|
| committer | 2026-01-01 16:14:46 +0000 | |
| commit | bdd7821203e99deb095940b5ffb6ac204fdfacc5 (patch) | |
| tree | 0d3317431321ff779f9e1a5f321eca95080a6001 /.github | |
| parent | Bump actions/download-artifact from 6 to 7 (diff) | |
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] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 66f88694e..fc109e8c3 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -37,7 +37,7 @@ jobs: Write-Output 'core.sources:download_urls=["origin", "https://c3i.jfrog.io/artifactory/conan-center-backup-sources/"]' | Out-File -Append ${{ env.CONAN_HOME }}/global.conf - name: Try to restore libraries from the cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 id: library-cache with: key: conan-${{ env.BUILD_TYPE }}-${{ hashFiles('win/conanfile.txt') }} @@ -51,7 +51,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_HOME }}/p |
