mirror of
https://github.com/actix/actix-web.git
synced 2024-12-22 08:07:18 +00:00
update rust-cache action
This commit is contained in:
parent
17b3e7e225
commit
3e0a9b99ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
with:
|
||||
command: generate-lockfile
|
||||
- name: Cache Dependencies
|
||||
uses: Swatinem/rust-cache@v1.0.1
|
||||
uses: Swatinem/rust-cache@v1.2.0
|
||||
|
||||
- name: Install cargo-hack
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Reference in a new issue