File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 70
70
with :
71
71
tool : cross
72
72
- name : Cache build artifacts
73
- uses : Swatinem/rust-cache@v2.7.8
73
+ uses : Swatinem/rust-cache@v2.8.0
74
74
with :
75
75
key : ${{ matrix.target }}
76
76
- name : Setup Ruby
Original file line number Diff line number Diff line change 49
49
toolchain : ${{ matrix.toolchain }}
50
50
targets : ${{ matrix.target }}
51
51
- name : Cache build artifacts
52
- uses : Swatinem/rust-cache@v2.7.8
52
+ uses : Swatinem/rust-cache@v2.8.0
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.8
100
+ uses : Swatinem/rust-cache@v2.8.0
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.8
120
+ uses : Swatinem/rust-cache@v2.8.0
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.8
136
+ uses : Swatinem/rust-cache@v2.8.0
137
137
- name : Check no lint warnings
138
138
run : cargo clippy -- -D warnings
139
139
- name : Check no lint warnings (no default features)
You can’t perform that action at this time.
0 commit comments