49
49
toolchain : ${{ matrix.toolchain }}
50
50
targets : ${{ matrix.target }}
51
51
- name : Cache build artifacts
52
- uses :
Swatinem/[email protected] .5
52
+ uses :
Swatinem/[email protected] .7
53
53
with :
54
54
key : ${{ matrix.target }}
55
55
- name : Check a package
90
90
toolchain : ${{ matrix.toolchain }}
91
91
targets : ${{ matrix.target }}
92
92
- name : Cache build artifacts
93
- uses :
Swatinem/[email protected] .5
93
+ uses :
Swatinem/[email protected] .7
94
94
with :
95
95
key : ${{ matrix.target }}
96
96
- name : Run tests
@@ -108,7 +108,7 @@ jobs:
108
108
toolchain : stable
109
109
components : rustfmt
110
110
- name : Cache build artifacts
111
- uses :
Swatinem/[email protected] .5
111
+ uses :
Swatinem/[email protected] .7
112
112
- name : Check code formatted
113
113
run : cargo fmt -- --check
114
114
@@ -124,7 +124,7 @@ jobs:
124
124
toolchain : stable
125
125
components : clippy
126
126
- name : Cache build artifacts
127
- uses :
Swatinem/[email protected] .5
127
+ uses :
Swatinem/[email protected] .7
128
128
- name : Check no lint warnings
129
129
run : cargo clippy -- -D warnings
130
130
@@ -139,7 +139,7 @@ jobs:
139
139
with :
140
140
toolchain : stable
141
141
- name : Cache build artifacts
142
- uses :
Swatinem/[email protected] .5
142
+ uses :
Swatinem/[email protected] .7
143
143
- name : Check no `rustdoc` lint warnings
144
144
run : RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --document-private-items
145
145
@@ -154,6 +154,6 @@ jobs:
154
154
with :
155
155
toolchain : nightly
156
156
- name : Cache build artifacts
157
- uses :
Swatinem/[email protected] .5
157
+ uses :
Swatinem/[email protected] .7
158
158
- name : Run benchmarks
159
159
run : cargo bench
0 commit comments