Skip to content

Commit e26b89c

Browse files
authored
Merge pull request #10 from nbari/dependabot/github_actions/actions/cache-5
ci: bump actions/cache from 4 to 5
2 parents e55de65 + ac0a772 commit e26b89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v6
8383

8484
- name: Cache Rust toolchain and dependencies
85-
uses: actions/cache@v4
85+
uses: actions/cache@v5
8686
with:
8787
path: |
8888
~/.cargo/bin/

0 commit comments

Comments
 (0)