Skip to content

Commit 5c8aec9

Browse files
committed
Update versions in CD
1 parent 76c5478 commit 5c8aec9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-python@v2
2121

2222
- name: virtualenv cache
23-
uses: syphar/restore-virtualenv@v1
23+
uses: syphar/restore-virtualenv@v1.2
2424
id: cache-virtualenv
2525

2626
- name: pip cache
@@ -30,9 +30,9 @@ jobs:
3030
- name: Install Python dependencies
3131
if: steps.cache-virtualenv.outputs.cache-hit != 'true'
3232
env:
33-
POETRY_VERSION: 1.1.4
33+
POETRY_VERSION: 1.1.13
3434
run: |
35-
pip install pip==20.3.1 setuptools==50.3.2
35+
pip install pip==22.0.3 setuptools==60.8.2
3636
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
3737
source $HOME/.poetry/env
3838
poetry install --no-interaction -E pg -E mysql
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/setup-python@v2
5555

5656
- name: virtualenv cache
57-
uses: syphar/restore-virtualenv@v1
57+
uses: syphar/restore-virtualenv@v1.2
5858

5959
- name: Download latest translations
6060
if: matrix.language != 'en'
@@ -119,7 +119,7 @@ jobs:
119119
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
120120
POETRY_VERSION: 1.1.4
121121
run: |
122-
pip install pip==20.3.1 setuptools==50.3.2
122+
pip install pip==22.0.3 setuptools==60.8.2
123123
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
124124
source $HOME/.poetry/env
125125
poetry build

0 commit comments

Comments
 (0)