Commit 6e86bf8 1 parent c036f62 commit 6e86bf8 Copy full SHA for 6e86bf8
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,15 +114,15 @@ jobs:
114
114
echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
115
115
116
116
- name : Cache cargo index
117
- uses : actions/cache@v3.3.1
117
+ uses : actions/cache@v4.0.0
118
118
with :
119
119
path : ~/.cargo/registry/index
120
120
key : index-${{ runner.os }}-${{ matrix.config.target_triple }}-${{ github.run_number }}
121
121
restore-keys : |
122
122
index-${{ runner.os }}-${{ matrix.config.target_triple }}-
123
123
124
124
- name : Cache cargo registry
125
- uses : actions/cache@v3.3.1
125
+ uses : actions/cache@v4.0.0
126
126
with :
127
127
path : ~/.cargo/registry/cache
128
128
key : registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ matrix.config.target_triple }}-${{ hashFiles('Cargo.lock') }}
@@ -131,7 +131,7 @@ jobs:
131
131
run : cargo fetch
132
132
133
133
- name : Cache target directory
134
- uses : actions/cache@v3.3.1
134
+ uses : actions/cache@v4.0.0
135
135
with :
136
136
path : target
137
137
key : cache-target-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
You can’t perform that action at this time.
0 commit comments