chore(deps): bump actions/cache from 5.0.1 to 5.0.2

Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2.
- [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.1...v5.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-19 10:02:23 +00:00
committed by GitHub
parent 00ed6c3098
commit 5f5bb407e9

View File

@@ -35,7 +35,7 @@ jobs:
- name: Cache CEF
id: cache-cef
uses: actions/cache@v5.0.1
uses: actions/cache@v5.0.2
with:
path: ~/.local/share/cef
key: cef-${{ matrix.os }}-${{ hashFiles('Cargo.toml') }}