Skip to content

Commit cd1c897

Browse files
authored
Merge pull request #3 from Jakedismo/dependabot/github_actions/actions/cache-4
ci(deps): bump actions/cache from 3 to 4
2 parents de07bbf + 38eb449 commit cd1c897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
components: rustfmt, clippy
3838

3939
- name: Cache Rust dependencies
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: |
4343
~/.cargo/registry

0 commit comments

Comments
 (0)