ci: update setup-python action

This commit is contained in:
link2xt
2022-07-03 09:33:22 +00:00
parent c6a47e359f
commit 75f0537181

View File

@@ -118,7 +118,7 @@ jobs:
- name: install python
if: ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}