ci: use checkout@v2

This commit is contained in:
spacewander 2020-12-14 11:15:39 +08:00
parent 4c82bbecc3
commit c675d0afb8

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps:
- name: Check out code. - name: Check out code.
uses: actions/checkout@v1 uses: actions/checkout@v2
- name: Linux Install - name: Linux Install
if: matrix.platform == 'ubuntu-18.04' if: matrix.platform == 'ubuntu-18.04'
run: | run: |