mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-23 20:15:19 -07:00
CI: use actions/checkout@v3 for the Android tests, too
This commit is contained in:
parent
134b035345
commit
2e8b0f2133
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -158,7 +158,7 @@ jobs:
|
|||||||
android:
|
android:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Update packages list
|
- name: Update packages list
|
||||||
run: sudo apt-get update
|
run: sudo apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user