File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
if : startsWith(matrix.os, 'ubuntu')
30
30
run : sudo apt-get -y install libudev-dev libusb-1.0-0-dev libdbus-1-dev
31
31
- name : Cache cargo registry
32
- uses : actions/cache@v1
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/.cargo/registry
35
35
key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('.github/workflows/cache_version') }}
36
36
- name : Cache cargo build
37
- uses : actions/cache@v1
37
+ uses : actions/cache@v4
38
38
with :
39
39
path : target
40
40
key : ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('.github/workflows/cache_version') }}
@@ -72,12 +72,12 @@ jobs:
72
72
- name : Install required packages
73
73
run : sudo apt-get -y install libudev-dev libusb-1.0-0-dev libdbus-1-dev
74
74
- name : Cache cargo registry
75
- uses : actions/cache@v1
75
+ uses : actions/cache@v4
76
76
with :
77
77
path : ~/.cargo/registry
78
78
key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('.github/workflows/cache_version') }}
79
79
- name : Cache cargo build
80
- uses : actions/cache@v1
80
+ uses : actions/cache@v4
81
81
with :
82
82
path : target
83
83
key : ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}-${{ hashFiles('.github/workflows/cache_version') }}
You can’t perform that action at this time.
0 commit comments