mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Action: Use setup-python@v4
This commit is contained in:
parent
1008229553
commit
e3ef909c47
1 changed files with 3 additions and 3 deletions
6
.github/workflows/wheel.yml
vendored
6
.github/workflows/wheel.yml
vendored
|
@ -22,10 +22,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
platforms: arm64
|
platforms: arm64
|
||||||
|
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.x
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: "3.x"
|
||||||
cache: "pip"
|
cache: "pip"
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue