File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
38
38
steps :
39
39
- uses : actions/checkout@v4
40
40
- name : Cache cargo registry and index
41
- uses : actions/cache@v3
41
+ uses : actions/cache@v4
42
42
with :
43
43
path : |
44
44
~/.cargo/registry
45
45
~/.cargo/git
46
46
key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
47
47
- name : Cache cargo build
48
- uses : actions/cache@v3
48
+ uses : actions/cache@v4
49
49
with :
50
50
path : target
51
51
key : ${{ runner.os }}-target-${{ matrix.rust }}-${{ hashFiles('**/Cargo.toml') }}-memory-${{ hashFiles('**/memory.x') }}
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
- name : Cache cargo registry and index
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : |
30
30
~/.cargo/registry
31
31
~/.cargo/git
32
32
key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
33
33
- name : Cache cargo build
34
- uses : actions/cache@v3
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : target
37
37
key : ${{ runner.os }}-target-nightly-${{ hashFiles('**/Cargo.toml') }}-memory-${{ hashFiles('**/memory.x') }}
You can’t perform that action at this time.
0 commit comments