Commit ec944a40 authored by Sviatoslav Sydorenko's avatar Sviatoslav Sydorenko

Upgrade GHA actions using deprecated env mechanism

parent 544687c3
......@@ -62,7 +62,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v2.1.1
uses: actions/setup-python@v2
if: >-
!fromJSON(env.USE_DEADSNAKES) && true || false
with:
......@@ -77,7 +77,7 @@ jobs:
run: >-
python -m sysconfig
- name: Pip cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('setup.cfg') }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment