Skip to content

Commit e7a1864

Browse files
chore(deps): bump actions/cache from 5.0.2 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2630d63 commit e7a1864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Cache CEF
3737
id: cache-cef
38-
uses: actions/cache@v5.0.2
38+
uses: actions/cache@v5.0.3
3939
with:
4040
path: ~/.local/share/cef
4141
key: cef-${{ matrix.os }}-${{ hashFiles('Cargo.toml') }}

0 commit comments

Comments
 (0)