CI: switch to the v2 tag for actions/setup-python

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2021-07-10 19:46:16 +03:00
parent 741357a579
commit ec93cf7e4a

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2
with:
python-version: "${{ env.PYTHON_VERSION }}"
architecture: "x64"