소스 검색

use actions/checkout version 2 in main github action

pull/2269/head
Tristan Sloughter 5 년 전
부모
커밋
10bd7fbd23
No known key found for this signature in database GPG 키 ID: AAB97DDECCEB8150
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .github/workflows/main.yml

+ 1
- 1
.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

불러오는 중...
취소
저장