Skip to content

Commit 0bcbf4d

Browse files
Bump actions/cache from 4 to 5 (#21)
1 parent 50c7a56 commit 0bcbf4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v6
26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
with:
2828
path: |
2929
~/.cargo/bin/
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- uses: actions/checkout@v6
45-
- uses: actions/cache@v4
45+
- uses: actions/cache@v5
4646
with:
4747
path: |
4848
~/.cargo/bin/

0 commit comments

Comments
 (0)