|
15 | 15 | runs-on: ubuntu-latest
|
16 | 16 | steps:
|
17 | 17 | - name: Checkout python-for-android
|
18 |
| - uses: actions/checkout@v2 |
| 18 | + uses: actions/checkout@v3 |
19 | 19 | - name: Set up Python 3.x
|
20 |
| - uses: actions/setup-python@v2 |
| 20 | + uses: actions/setup-python@v4 |
21 | 21 | with:
|
22 | 22 | python-version: 3.x
|
23 | 23 | - name: Run flake8
|
|
36 | 36 | os: [ubuntu-latest, macOs-latest]
|
37 | 37 | steps:
|
38 | 38 | - name: Checkout python-for-android
|
39 |
| - uses: actions/checkout@v2 |
| 39 | + uses: actions/checkout@v3 |
40 | 40 | - name: Set up Python ${{ matrix.python-version }}
|
41 |
| - uses: actions/setup-python@v2 |
| 41 | + uses: actions/setup-python@v4 |
42 | 42 | with:
|
43 | 43 | python-version: ${{ matrix.python-version }}
|
44 | 44 | - name: Tox tests
|
|
70 | 70 | target: testapps-webview
|
71 | 71 | steps:
|
72 | 72 | - name: Checkout python-for-android
|
73 |
| - uses: actions/checkout@v2 |
| 73 | + uses: actions/checkout@v3 |
74 | 74 | # helps with GitHub runner getting out of space
|
75 | 75 | - name: Free disk space
|
76 | 76 | run: |
|
@@ -116,7 +116,7 @@ jobs:
|
116 | 116 | ANDROID_NDK_HOME: ${HOME}/.android/android-ndk
|
117 | 117 | steps:
|
118 | 118 | - name: Checkout python-for-android
|
119 |
| - uses: actions/checkout@v2 |
| 119 | + uses: actions/checkout@v3 |
120 | 120 | - name: Install python-for-android
|
121 | 121 | run: |
|
122 | 122 | source ci/osx_ci.sh
|
@@ -161,7 +161,7 @@ jobs:
|
161 | 161 | target: testapps-webview-aab
|
162 | 162 | steps:
|
163 | 163 | - name: Checkout python-for-android
|
164 |
| - uses: actions/checkout@v2 |
| 164 | + uses: actions/checkout@v3 |
165 | 165 | # helps with GitHub runner getting out of space
|
166 | 166 | - name: Free disk space
|
167 | 167 | run: |
|
@@ -201,7 +201,7 @@ jobs:
|
201 | 201 | target: testapps-service_library-aar
|
202 | 202 | steps:
|
203 | 203 | - name: Checkout python-for-android
|
204 |
| - uses: actions/checkout@v2 |
| 204 | + uses: actions/checkout@v3 |
205 | 205 | # helps with GitHub runner getting out of space
|
206 | 206 | - name: Free disk space
|
207 | 207 | run: |
|
@@ -248,7 +248,7 @@ jobs:
|
248 | 248 | ANDROID_NDK_HOME: ${HOME}/.android/android-ndk
|
249 | 249 | steps:
|
250 | 250 | - name: Checkout python-for-android
|
251 |
| - uses: actions/checkout@v2 |
| 251 | + uses: actions/checkout@v3 |
252 | 252 | - name: Install python-for-android
|
253 | 253 | run: |
|
254 | 254 | source ci/osx_ci.sh
|
@@ -289,8 +289,8 @@ jobs:
|
289 | 289 | env:
|
290 | 290 | REBUILD_UPDATED_RECIPES_EXTRA_ARGS: --arch=${{ matrix.android_arch }}
|
291 | 291 | steps:
|
292 |
| - - name: Checkout python-for-android |
293 |
| - uses: actions/checkout@v2 |
| 292 | + - name: Checkout python-for-android (all-history) |
| 293 | + uses: actions/checkout@v3 |
294 | 294 | with:
|
295 | 295 | fetch-depth: 0
|
296 | 296 | # helps with GitHub runner getting out of space
|
@@ -325,8 +325,8 @@ jobs:
|
325 | 325 | ANDROID_NDK_HOME: ${HOME}/.android/android-ndk
|
326 | 326 | REBUILD_UPDATED_RECIPES_EXTRA_ARGS: --arch=${{ matrix.android_arch }}
|
327 | 327 | steps:
|
328 |
| - - name: Checkout python-for-android |
329 |
| - uses: actions/checkout@v2 |
| 328 | + - name: Checkout python-for-android (all-history) |
| 329 | + uses: actions/checkout@v3 |
330 | 330 | with:
|
331 | 331 | fetch-depth: 0
|
332 | 332 | - name: Install python-for-android
|
|
0 commit comments