GitHub actions/checkout@v1 --> v2 (#4680)
authorChristian Clauss <cclauss@me.com>
Fri, 10 Jan 2020 22:36:05 +0000 (23:36 +0100)
committerTianqi Chen <tqchen@users.noreply.github.com>
Fri, 10 Jan 2020 22:36:05 +0000 (14:36 -0800)
https://github.com/actions/checkout/releases

.github/workflows/main.yml

index 5d9bde9..89db1c2 100644 (file)
@@ -39,7 +39,7 @@ jobs:
     runs-on: ${{ matrix.os }}
 
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
     - name: Initialize submodules
       run: git submodule update --recursive --init