Skip to content

Commit 8ad7ee2

Browse files
committed
Fix actions/cache action deprecation
1 parent 19e7da1 commit 8ad7ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mean_bean_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Cache files between builds
5656
- name: Setup | Cache Cargo
57-
uses: actions/cache@v2
57+
uses: actions/cache@v4
5858
with:
5959
path: |
6060
~/.cargo/registry

0 commit comments

Comments
 (0)