Skip to content

Commit

Permalink
Merge pull request #1811 from radarhere/actions/setup-python
Browse files Browse the repository at this point in the history
Updated actions/setup-python in docs
  • Loading branch information
joerick committed Apr 26, 2024
2 parents d24ebf4 + 950fbd0 commit 8daac05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v4

# Used to host cibuildwheel
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.17.0
Expand Down
2 changes: 1 addition & 1 deletion docs/setup.md
Expand Up @@ -188,7 +188,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
- uses: actions/checkout@v4

# Used to host cibuildwheel
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.17.0
Expand Down

0 comments on commit 8daac05

Please sign in to comment.