CI: use actions/checkout@v3 for the Android tests, too

This commit is contained in:
Frank Denis
2022-11-27 16:14:11 +01:00
parent 134b035345
commit 2e8b0f2133
+1 -1
View File
@@ -158,7 +158,7 @@ jobs:
android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Update packages list
run: sudo apt-get update