use v2 checkout in all workflows

This commit is contained in:
nulano 2020-03-29 22:27:24 +02:00 committed by Andrew Murray
parent 398b8a64d6
commit 999823130f
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: pip cache
uses: actions/cache@v1

View File

@ -29,7 +29,7 @@ jobs:
name: ${{ matrix.docker }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Build system information
run: python .github/workflows/system-info.py