Browse Source

use actions/checkout version 2 in main github action

pull/2269/head
Tristan Sloughter 5 years ago
parent
commit
10bd7fbd23
No known key found for this signature in database GPG Key ID: AAB97DDECCEB8150
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/main.yml

+ 1
- 1
.github/workflows/main.yml View File

@ -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

Loading…
Cancel
Save