瀏覽代碼

use checkout v2 in publish github action

pull/2269/head
Tristan Sloughter 5 年之前
父節點
當前提交
adac0604ad
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: AAB97DDECCEB8150
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      .github/workflows/publish.yml

+ 1
- 1
.github/workflows/publish.yml 查看文件

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

Loading…
取消
儲存