|
19 | 19 | runs-on: ubuntu-latest |
20 | 20 | steps: |
21 | 21 | - name: Checkout python-for-android |
22 | | - uses: actions/checkout@v6 |
| 22 | + uses: actions/checkout@v7 |
23 | 23 | - name: Set up Python 3.x |
24 | | - uses: actions/setup-python@v6 |
| 24 | + uses: actions/setup-python@v7 |
25 | 25 | with: |
26 | 26 | python-version: 3.x |
27 | 27 | - name: Run flake8 |
|
35 | 35 | runs-on: ubuntu-latest |
36 | 36 | steps: |
37 | 37 | - name: Checkout python-for-android |
38 | | - uses: actions/checkout@v6 |
| 38 | + uses: actions/checkout@v7 |
39 | 39 | - name: Set up Java 17 |
40 | 40 | uses: actions/setup-java@v5 |
41 | 41 | with: |
|
58 | 58 | os: [ubuntu-latest, macos-latest] |
59 | 59 | steps: |
60 | 60 | - name: Checkout python-for-android |
61 | | - uses: actions/checkout@v6 |
| 61 | + uses: actions/checkout@v7 |
62 | 62 | - name: Set up Python ${{ matrix.python-version }} |
63 | | - uses: actions/setup-python@v6 |
| 63 | + uses: actions/setup-python@v7 |
64 | 64 | with: |
65 | 65 | python-version: ${{ matrix.python-version }} |
66 | 66 | allow-prereleases: true |
@@ -106,7 +106,7 @@ jobs: |
106 | 106 | remove-codeql: 'true' |
107 | 107 | remove-docker-images: 'true' |
108 | 108 | - name: Checkout python-for-android |
109 | | - uses: actions/checkout@v6 |
| 109 | + uses: actions/checkout@v7 |
110 | 110 | - name: Relocate Docker data directory |
111 | 111 | run: | |
112 | 112 | sudo systemctl stop docker |
@@ -163,9 +163,9 @@ jobs: |
163 | 163 | ANDROID_NDK_HOME: ${HOME}/.android/android-ndk |
164 | 164 | steps: |
165 | 165 | - name: Checkout python-for-android |
166 | | - uses: actions/checkout@v6 |
| 166 | + uses: actions/checkout@v7 |
167 | 167 | - name: Set up Python 3.x |
168 | | - uses: actions/setup-python@v6 |
| 168 | + uses: actions/setup-python@v7 |
169 | 169 | with: |
170 | 170 | python-version: 3.x |
171 | 171 | - name: Install python-for-android |
@@ -202,7 +202,7 @@ jobs: |
202 | 202 | runs-on: ubuntu-latest |
203 | 203 |
|
204 | 204 | steps: |
205 | | - - uses: actions/checkout@v6 |
| 205 | + - uses: actions/checkout@v7 |
206 | 206 | - name: Download Artifacts |
207 | 207 | uses: actions/download-artifact@v8 |
208 | 208 | with: |
@@ -239,7 +239,7 @@ jobs: |
239 | 239 | remove-codeql: 'true' |
240 | 240 | remove-docker-images: 'true' |
241 | 241 | - name: Checkout python-for-android (all-history) |
242 | | - uses: actions/checkout@v6 |
| 242 | + uses: actions/checkout@v7 |
243 | 243 | with: |
244 | 244 | fetch-depth: 0 |
245 | 245 | - name: Relocate Docker data directory |
@@ -276,11 +276,11 @@ jobs: |
276 | 276 | REBUILD_UPDATED_RECIPES_EXTRA_ARGS: --arch=${{ matrix.android_arch }} |
277 | 277 | steps: |
278 | 278 | - name: Checkout python-for-android (all-history) |
279 | | - uses: actions/checkout@v6 |
| 279 | + uses: actions/checkout@v7 |
280 | 280 | with: |
281 | 281 | fetch-depth: 0 |
282 | 282 | - name: Set up Python 3.x |
283 | | - uses: actions/setup-python@v6 |
| 283 | + uses: actions/setup-python@v7 |
284 | 284 | with: |
285 | 285 | python-version: 3.x |
286 | 286 | - name: Install python-for-android |
@@ -308,7 +308,7 @@ jobs: |
308 | 308 | documentation: |
309 | 309 | runs-on: ubuntu-latest |
310 | 310 | steps: |
311 | | - - uses: actions/checkout@v6 |
| 311 | + - uses: actions/checkout@v7 |
312 | 312 | - name: Requirements |
313 | 313 | run: | |
314 | 314 | python -m pip install --upgrade pip |
|
0 commit comments