Update checkout action to v2.

This commit is contained in:
Yang Chen
2019-12-15 17:05:45 +11:00
parent 86385e08b6
commit 2c5dfd9240
2 changed files with 3 additions and 9 deletions
+1 -3
View File
@@ -16,9 +16,7 @@ jobs:
api-level: [21, 23, 29]
steps:
- name: checkout
uses: actions/checkout@v1
with:
fetch-depth: 1
uses: actions/checkout@v2
- name: build, test and lint
run: |