Skip to content

Commit 33021e1

Browse files
committed
Use github actions/checkout v2
1 parent 6537eb9 commit 33021e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
1212
- name: Build the project
1313
run: ./gradlew build

0 commit comments

Comments
 (0)