Bumped versions in Github actions configuration to v3.

This commit is contained in:
Mariusz Felisiak 2022-03-18 07:35:35 +01:00
parent 070c32f4a6
commit b87b9085bf

View File

@ -21,18 +21,13 @@ jobs:
- '3.10'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
restore-keys: |
${{ runner.os }}-pip-
cache: 'pip'
cache-dependency-path: 'requirements/*.txt'
- name: Upgrade packaging tools
run: python -m pip install --upgrade pip setuptools virtualenv wheel