Bump versions of actions used by our workflows (#4586)

This commit is contained in:
jack1142
2020-11-09 20:26:49 +01:00
committed by GitHub
parent 91f7f9ebf4
commit 48ec2dfee0
5 changed files with 8 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ jobs:
with:
ref: ${{ env.ref }}
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python_version }}
- name: Install tox
@@ -68,7 +68,7 @@ jobs:
with:
ref: ${{ env.ref }}
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python_version }}
- name: Install tox