diff --git a/README.md b/README.md index 118a75861..332831453 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/setup.md b/docs/setup.md index 3ecf5c136..211411368 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -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