Browse Source
use actions/checkout version 2 in main github action
pull/2269/head
Tristan Sloughter
5 years ago
No known key found for this signature in database
GPG Key ID: AAB97DDECCEB8150
1 changed files with
1 additions and
1 deletions
-
.github/workflows/main.yml
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
|
image: erlang:${{ matrix.otp_version }} |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Compile |
|
|
|
run: ./bootstrap |
|
|
|
- name: CT tests |
|
|
|