|
56 | 56 | TARGET: ${{ matrix.rust-target }}
|
57 | 57 | steps:
|
58 | 58 | - name: Check-out repository under $GITHUB_WORKSPACE
|
59 |
| - uses: actions/checkout@v2 |
| 59 | + uses: actions/checkout@v4 |
60 | 60 |
|
61 | 61 | - name: Install dependencies
|
62 | 62 | run: sudo apt-get update && sudo apt-get install -y build-essential
|
|
98 | 98 | TARGET: ${{ matrix.rust-target }}
|
99 | 99 | steps:
|
100 | 100 | - name: Check-out repository under $GITHUB_WORKSPACE
|
101 |
| - uses: actions/checkout@v2 |
| 101 | + uses: actions/checkout@v4 |
102 | 102 |
|
103 | 103 | - name: Install dependencies
|
104 | 104 | run: |
|
@@ -147,7 +147,7 @@ jobs:
|
147 | 147 | TARGET: ${{ matrix.rust-target }}
|
148 | 148 | steps:
|
149 | 149 | - name: Check-out repository under $GITHUB_WORKSPACE
|
150 |
| - uses: actions/checkout@v2 |
| 150 | + uses: actions/checkout@v4 |
151 | 151 |
|
152 | 152 | - name: Install dependencies
|
153 | 153 | run: |
|
@@ -196,7 +196,7 @@ jobs:
|
196 | 196 | TARGET: ${{ matrix.rust-target }}
|
197 | 197 | steps:
|
198 | 198 | - name: Check-out repository under $GITHUB_WORKSPACE
|
199 |
| - uses: actions/checkout@v2 |
| 199 | + uses: actions/checkout@v4 |
200 | 200 |
|
201 | 201 | - name: Install dependencies
|
202 | 202 | run: |
|
@@ -245,7 +245,7 @@ jobs:
|
245 | 245 | TARGET: ${{ matrix.rust-target }}
|
246 | 246 | steps:
|
247 | 247 | - name: Check-out repository under $GITHUB_WORKSPACE
|
248 |
| - uses: actions/checkout@v2 |
| 248 | + uses: actions/checkout@v4 |
249 | 249 |
|
250 | 250 | - name: Install dependencies
|
251 | 251 | run: |
|
@@ -299,7 +299,7 @@ jobs:
|
299 | 299 | TARGET: ${{ matrix.rust-target }}
|
300 | 300 | steps:
|
301 | 301 | - name: Check-out repository under $GITHUB_WORKSPACE
|
302 |
| - uses: actions/checkout@v2 |
| 302 | + uses: actions/checkout@v4 |
303 | 303 |
|
304 | 304 | - name: Install dependencies
|
305 | 305 | run: |
|
@@ -346,7 +346,7 @@ jobs:
|
346 | 346 | run: cargo install --locked -q zepter && zepter --version
|
347 | 347 |
|
348 | 348 | - name: Checkout
|
349 |
| - uses: actions/checkout@v3 |
| 349 | + uses: actions/checkout@v4 |
350 | 350 | with:
|
351 | 351 | fetch-depth: 0 # Dont clone historic commits.
|
352 | 352 |
|
|
0 commit comments