mirror of
https://github.com/tauri-apps/cef-rs.git
synced 2026-01-31 00:55:21 +01:00
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:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user