Skip to content

Commit 2c5dfd9

Browse files
committed
Update checkout action to v2.
1 parent 86385e0 commit 2c5dfd9

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
api-level: [21, 23, 29]
1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v1
20-
with:
21-
fetch-depth: 1
19+
uses: actions/checkout@v2
2220

2321
- name: build, test and lint
2422
run: |

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
runs-on: macOS-latest
3333
steps:
3434
- name: checkout
35-
uses: actions/checkout@v1
36-
with:
37-
fetch-depth: 1
35+
uses: actions/checkout@v2
3836
3937
- name: run tests
4038
uses: reactivecircus/android-emulator-runner@v2
@@ -55,9 +53,7 @@ jobs:
5553
target: [default, google_apis]
5654
steps:
5755
- name: checkout
58-
uses: actions/checkout@v1
59-
with:
60-
fetch-depth: 1
56+
uses: actions/checkout@v2
6157
6258
- name: run tests
6359
uses: reactivecircus/android-emulator-runner@v2

0 commit comments

Comments
 (0)