Action: Use setup-python@v4

This commit is contained in:
Inada Naoki 2023-01-18 13:07:24 +00:00
parent 1008229553
commit e3ef909c47

View file

@ -22,10 +22,10 @@ jobs:
with:
platforms: arm64
- name: Set up Python 3.9
uses: actions/setup-python@v3
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: "3.x"
cache: "pip"
- name: Prepare