summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2023-01-18 13:07:24 +0000
committerInada Naoki <songofacandy@gmail.com>2023-01-18 13:07:24 +0000
commite3ef909c47e5a245fc9d711e9d974a5f9df99303 (patch)
tree0ba9845e68baa8e688610547333235dad8998616
parent10082295536098d90681da5d7199ca384e8b8ff8 (diff)
downloadmsgpack-python-e3ef909c47e5a245fc9d711e9d974a5f9df99303.tar.gz
Action: Use setup-python@v4
-rw-r--r--.github/workflows/wheel.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml
index b2879fe..2305008 100644
--- a/.github/workflows/wheel.yml
+++ b/.github/workflows/wheel.yml
@@ -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