Skip to content

Commit 14aaecc

Browse files
authored
Merge pull request #573 from rust-osdev/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents e18cb35 + e163b23 commit 14aaecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

9999
- name: Cache binaries
100100
id: cache-bin
101-
uses: actions/cache@v4
101+
uses: actions/cache@v5
102102
with:
103103
path: binaries
104104
key: ${{ runner.OS }}-binaries

0 commit comments

Comments
 (0)