|
22 | 22 | pre-commit-key: ${{ steps.generate-pre-commit-key.outputs.key }}
|
23 | 23 | steps:
|
24 | 24 | - name: Check out code from GitHub
|
25 |
| - uses: actions/checkout@v2.3.4 |
| 25 | + uses: actions/checkout@v3.0.0 |
26 | 26 | with:
|
27 | 27 | fetch-depth: 0
|
28 | 28 | - name: Set up Python ${{ env.DEFAULT_PYTHON }}
|
|
81 | 81 | needs: prepare-base
|
82 | 82 | steps:
|
83 | 83 | - name: Check out code from GitHub
|
84 |
| - uses: actions/checkout@v2.3.4 |
| 84 | + uses: actions/checkout@v3.0.0 |
85 | 85 | - name: Set up Python ${{ env.DEFAULT_PYTHON }}
|
86 | 86 | id: python
|
87 | 87 |
|
@@ -128,7 +128,7 @@ jobs:
|
128 | 128 | python-key: ${{ steps.generate-python-key.outputs.key }}
|
129 | 129 | steps:
|
130 | 130 | - name: Check out code from GitHub
|
131 |
| - uses: actions/checkout@v2.3.4 |
| 131 | + uses: actions/checkout@v3.0.0 |
132 | 132 | with:
|
133 | 133 | fetch-depth: 0
|
134 | 134 | - name: Set up Python ${{ matrix.python-version }}
|
@@ -172,7 +172,7 @@ jobs:
|
172 | 172 | python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
|
173 | 173 | steps:
|
174 | 174 | - name: Check out code from GitHub
|
175 |
| - uses: actions/checkout@v2.3.4 |
| 175 | + uses: actions/checkout@v3.0.0 |
176 | 176 | - name: Set up Python ${{ matrix.python-version }}
|
177 | 177 | id: python
|
178 | 178 |
|
@@ -213,7 +213,7 @@ jobs:
|
213 | 213 | COVERAGERC_FILE: .coveragerc
|
214 | 214 | steps:
|
215 | 215 | - name: Check out code from GitHub
|
216 |
| - uses: actions/checkout@v2.3.4 |
| 216 | + uses: actions/checkout@v3.0.0 |
217 | 217 | - name: Set up Python ${{ matrix.python-version }}
|
218 | 218 | id: python
|
219 | 219 |
|
@@ -257,7 +257,7 @@ jobs:
|
257 | 257 | python-key: ${{ steps.generate-python-key.outputs.key }}
|
258 | 258 | steps:
|
259 | 259 | - name: Check out code from GitHub
|
260 |
| - uses: actions/checkout@v2.3.4 |
| 260 | + uses: actions/checkout@v3.0.0 |
261 | 261 | with:
|
262 | 262 | fetch-depth: 0
|
263 | 263 | - name: Set up Python ${{ matrix.python-version }}
|
@@ -305,7 +305,7 @@ jobs:
|
305 | 305 | # Workaround to set correct temp directory on Windows
|
306 | 306 | # https://github.com/actions/virtual-environments/issues/712
|
307 | 307 | - name: Check out code from GitHub
|
308 |
| - uses: actions/checkout@v2.3.4 |
| 308 | + uses: actions/checkout@v3.0.0 |
309 | 309 | - name: Set up Python ${{ matrix.python-version }}
|
310 | 310 | id: python
|
311 | 311 |
|
@@ -340,7 +340,7 @@ jobs:
|
340 | 340 | python-key: ${{ steps.generate-python-key.outputs.key }}
|
341 | 341 | steps:
|
342 | 342 | - name: Check out code from GitHub
|
343 |
| - uses: actions/checkout@v2.3.4 |
| 343 | + uses: actions/checkout@v3.0.0 |
344 | 344 | with:
|
345 | 345 | fetch-depth: 0
|
346 | 346 | - name: Set up Python ${{ matrix.python-version }}
|
@@ -383,7 +383,7 @@ jobs:
|
383 | 383 | python-version: ["pypy3"]
|
384 | 384 | steps:
|
385 | 385 | - name: Check out code from GitHub
|
386 |
| - uses: actions/checkout@v2.3.4 |
| 386 | + uses: actions/checkout@v3.0.0 |
387 | 387 | - name: Set up Python ${{ matrix.python-version }}
|
388 | 388 | id: python
|
389 | 389 |
|
|
0 commit comments