mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
Update actions/checkout to v3
This commit is contained in:
committed by
Leonid Pliushch
parent
5bc3d2db8d
commit
3516f1979f
2
.github/workflows/run_tests.yml
vendored
2
.github/workflows/run_tests.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Execute tests
|
||||
run: |
|
||||
./gradlew test
|
||||
|
Reference in New Issue
Block a user