Skip to content

Commit 671b3c9

Browse files
authored
Merge pull request #342 from tauri-apps/dependabot/github_actions/actions/cache-5.0.3
2 parents 2630d63 + e7a1864 commit 671b3c9

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)