|
21 | 21 | run: | |
22 | 22 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
23 | 23 | - name: Cache dependencies |
24 | | - uses: Swatinem/[email protected].0 |
| 24 | + uses: Swatinem/[email protected].1 |
25 | 25 | - name: Run cargo clippy |
26 | 26 | run: cargo clippy --all-targets -- --deny warnings |
27 | 27 | fmt: |
|
33 | 33 | run: | |
34 | 34 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
35 | 35 | - name: Cache dependencies |
36 | | - uses: Swatinem/[email protected].0 |
| 36 | + uses: Swatinem/[email protected].1 |
37 | 37 | - name: Run cargo fmt |
38 | 38 | run: cargo fmt --all -- --check |
39 | 39 | test: |
|
45 | 45 | run: | |
46 | 46 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
47 | 47 | - name: Cache dependencies |
48 | | - uses: Swatinem/[email protected].0 |
| 48 | + uses: Swatinem/[email protected].1 |
49 | 49 | - name: Run cargo test |
50 | 50 | run: cargo test --locked |
51 | 51 | poetry-linting: |
|
60 | 60 | run: | |
61 | 61 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
62 | 62 | - name: Cache Rust dependencies |
63 | | - uses: Swatinem/[email protected].0 |
| 63 | + uses: Swatinem/[email protected].1 |
64 | 64 | - name: Install Poetry |
65 | 65 | run: pipx install poetry |
66 | 66 | - name: Configure poetry |
|
98 | 98 | run: | |
99 | 99 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
100 | 100 | - name: Cache Rust dependencies |
101 | | - uses: Swatinem/[email protected].0 |
| 101 | + uses: Swatinem/[email protected].1 |
102 | 102 | - name: Install Poetry |
103 | 103 | run: pipx install poetry |
104 | 104 | - name: Configure poetry |
@@ -137,7 +137,7 @@ jobs: |
137 | 137 | run: | |
138 | 138 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
139 | 139 | - name: Cache Rust dependencies |
140 | | - uses: Swatinem/[email protected].0 |
| 140 | + uses: Swatinem/[email protected].1 |
141 | 141 | - name: Set up Python |
142 | 142 | uses: actions/setup-python@v4 |
143 | 143 | with: |
@@ -179,7 +179,7 @@ jobs: |
179 | 179 | run: | |
180 | 180 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
181 | 181 | - name: Cache Rust dependencies |
182 | | - uses: Swatinem/[email protected].0 |
| 182 | + uses: Swatinem/[email protected].1 |
183 | 183 | - name: Set up Python |
184 | 184 | uses: actions/setup-python@v4 |
185 | 185 | with: |
@@ -214,7 +214,7 @@ jobs: |
214 | 214 | run: | |
215 | 215 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
216 | 216 | - name: Cache Rust dependencies |
217 | | - uses: Swatinem/[email protected].0 |
| 217 | + uses: Swatinem/[email protected].1 |
218 | 218 | - name: Set up Python |
219 | 219 | uses: actions/setup-python@v4 |
220 | 220 | with: |
@@ -248,7 +248,7 @@ jobs: |
248 | 248 | run: | |
249 | 249 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
250 | 250 | - name: Cache Rust dependencies |
251 | | - uses: Swatinem/[email protected].0 |
| 251 | + uses: Swatinem/[email protected].1 |
252 | 252 | - name: Set up Python |
253 | 253 | uses: actions/setup-python@v4 |
254 | 254 | with: |
|
0 commit comments