Browse Source

use checkout v2 in publish github action

pull/2269/head
Tristan Sloughter 5 years ago
parent
commit
adac0604ad
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/publish.yml

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

@ -13,7 +13,7 @@ jobs:
image: erlang:19
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Compile
run: ./bootstrap
- name: CT tests

Loading…
Cancel
Save