mirror of
https://github.com/ekzhang/bore.git
synced 2025-07-04 15:28:09 +07:00
Fix actions/cache action deprecation
This commit is contained in:
2
.github/workflows/mean_bean_deploy.yml
vendored
2
.github/workflows/mean_bean_deploy.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
|
||||
# Cache files between builds
|
||||
- name: Setup | Cache Cargo
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
|
Reference in New Issue
Block a user