Bumped versions in Github actions configuration to v3. (#8414)

This commit is contained in:
Mariusz Felisiak 2022-03-23 12:28:46 +01:00 committed by GitHub
parent 070c32f4a6
commit 0b88583a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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