Commit 336c21b1 by Christian Clauss Committed by Tianqi Chen

GitHub actions/checkout@v1 --> v2 (#4680)

https://github.com/actions/checkout/releases
parent cfbecc5a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment