Updating all GitHub actions version to actions/checkout@v2, actions/setup-python@v2, and actions/upload-artifact@v2

This commit is contained in:
Yannick Jadoul
2020-06-02 15:23:15 +02:00
parent d7cffde00f
commit 896337cbb1
3 changed files with 10 additions and 12 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ jobs:
os: [ubuntu-18.04, windows-latest, macos-latest]
python_version: ['3.7']
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
name: Install Python ${{ matrix.python_version }}
with:
python-version: ${{ matrix.python_version }}