Skip to content

Commit

Permalink
Action: Use setup-python@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Jan 18, 2023
1 parent 1008229 commit e3ef909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheel.yml
Expand Up @@ -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
Expand Down

0 comments on commit e3ef909

Please sign in to comment.