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 15
15
name : Rustfmt [Formatter]
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
- uses : actions-rs/toolchain@v1
20
20
with :
21
21
profile : minimal
@@ -116,19 +116,19 @@ jobs:
116
116
117
117
# Cache files between builds
118
118
- name : Cache cargo registry
119
- uses : actions/cache@v1
119
+ uses : actions/cache@v4
120
120
with :
121
121
path : ~/.cargo/registry
122
122
key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
123
123
124
124
- name : Cache cargo index
125
- uses : actions/cache@v1
125
+ uses : actions/cache@v4
126
126
with :
127
127
path : ~/.cargo/git
128
128
key : ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
129
129
130
130
- name : Cache cargo build
131
- uses : actions/cache@v1
131
+ uses : actions/cache@v4
132
132
with :
133
133
path : target
134
134
key : ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
You can’t perform that action at this time.
0 commit comments