mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 11:04:02 +03:00
Bumped versions in Github actions configuration to v3. (#8414)
This commit is contained in:
parent
070c32f4a6
commit
0b88583a10
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user