49
49
toolchain : ${{ matrix.toolchain }}
50
50
targets : ${{ matrix.target }}
51
51
- name : Cache build artifacts
52
- uses : Swatinem/rust-cache@v2.7.5
52
+ uses : Swatinem/rust-cache@v2.7.7
53
53
with :
54
54
key : ${{ matrix.target }}
55
55
- name : Check a package
97
97
toolchain : ${{ matrix.toolchain }}
98
98
targets : ${{ matrix.target }}
99
99
- name : Cache build artifacts
100
- uses : Swatinem/rust-cache@v2.7.5
100
+ uses : Swatinem/rust-cache@v2.7.7
101
101
with :
102
102
key : ${{ matrix.target }}
103
103
- name : Run tests
@@ -117,7 +117,7 @@ jobs:
117
117
toolchain : stable
118
118
components : rustfmt
119
119
- name : Cache build artifacts
120
- uses : Swatinem/rust-cache@v2.7.5
120
+ uses : Swatinem/rust-cache@v2.7.7
121
121
- name : Check code formatted
122
122
run : cargo fmt -- --check
123
123
@@ -133,7 +133,7 @@ jobs:
133
133
toolchain : stable
134
134
components : clippy
135
135
- name : Cache build artifacts
136
- uses : Swatinem/rust-cache@v2.7.5
136
+ uses : Swatinem/rust-cache@v2.7.7
137
137
- name : Check no lint warnings
138
138
run : cargo clippy -- -D warnings
139
139
- name : Check no lint warnings (no default features)
0 commit comments