Skip to content

Commit

Permalink
Updated actions/setup-python in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 24, 2024
1 parent d24ebf4 commit 950fbd0
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 950fbd0

Please sign in to comment.