Skip to content

Commit 8daac05

Browse files
authored
Merge pull request #1811 from radarhere/actions/setup-python
Updated actions/setup-python in docs
2 parents d24ebf4 + 950fbd0 commit 8daac05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@v4
8989

9090
# Used to host cibuildwheel
91-
- uses: actions/setup-python@v3
91+
- uses: actions/setup-python@v5
9292

9393
- name: Install cibuildwheel
9494
run: python -m pip install cibuildwheel==2.17.0

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
188188
- uses: actions/checkout@v4
189189

190190
# Used to host cibuildwheel
191-
- uses: actions/setup-python@v3
191+
- uses: actions/setup-python@v5
192192

193193
- name: Install cibuildwheel
194194
run: python -m pip install cibuildwheel==2.17.0

0 commit comments

Comments
 (0)