|
20 | 20 | with: |
21 | 21 | github_token: "${{ secrets.github_token }}" |
22 | 22 | - name: Checkout |
23 | | - uses: actions/checkout@v2.0.0 |
| 23 | + uses: actions/checkout@v2.3.3 |
24 | 24 | with: |
25 | 25 | ref: ${{ github.ref }} |
26 | 26 |
|
@@ -81,14 +81,14 @@ jobs: |
81 | 81 | if: matrix.host == 'i686-unknown-linux-gnu' |
82 | 82 |
|
83 | 83 | - name: rust-toolchain |
84 | | - uses: actions-rs/toolchain@v1.0.3 |
| 84 | + uses: actions-rs/toolchain@v1.0.6 |
85 | 85 | with: |
86 | 86 | toolchain: nightly |
87 | 87 | target: ${{ matrix.host }} |
88 | 88 | profile: minimal |
89 | 89 |
|
90 | 90 | - name: Checkout |
91 | | - uses: actions/checkout@v2.0.0 |
| 91 | + uses: actions/checkout@v2.3.3 |
92 | 92 |
|
93 | 93 | - name: Run cargo update |
94 | 94 | run: cargo update |
@@ -177,14 +177,14 @@ jobs: |
177 | 177 | github_token: "${{ secrets.github_token }}" |
178 | 178 |
|
179 | 179 | - name: rust-toolchain |
180 | | - uses: actions-rs/toolchain@v1.0.3 |
| 180 | + uses: actions-rs/toolchain@v1.0.6 |
181 | 181 | with: |
182 | 182 | toolchain: nightly |
183 | 183 | target: x86_64-unknown-linux-gnu |
184 | 184 | profile: minimal |
185 | 185 |
|
186 | 186 | - name: Checkout |
187 | | - uses: actions/checkout@v2.0.0 |
| 187 | + uses: actions/checkout@v2.3.3 |
188 | 188 |
|
189 | 189 | - name: Run cargo update |
190 | 190 | run: cargo update |
@@ -258,14 +258,14 @@ jobs: |
258 | 258 | github_token: "${{ secrets.github_token }}" |
259 | 259 |
|
260 | 260 | - name: rust-toolchain |
261 | | - uses: actions-rs/toolchain@v1.0.3 |
| 261 | + uses: actions-rs/toolchain@v1.0.6 |
262 | 262 | with: |
263 | 263 | toolchain: nightly |
264 | 264 | target: x86_64-unknown-linux-gnu |
265 | 265 | profile: minimal |
266 | 266 |
|
267 | 267 | - name: Checkout |
268 | | - uses: actions/checkout@v2.0.0 |
| 268 | + uses: actions/checkout@v2.3.3 |
269 | 269 |
|
270 | 270 | - name: Run cargo update |
271 | 271 | run: cargo update |
|
0 commit comments