diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12e4d1b..924cdaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: brew install make automake swig gmp mpfr boost export PATH="/usr/local/opt/make/libexec/gnubin:$PATH" - - uses: pypa/cibuildwheel@v2.17 + - uses: pypa/cibuildwheel@v2.19 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: cp${{ matrix.python }}-* diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 73a0584..bff083f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,6 +17,6 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5.5.2 + - uses: amannn/action-semantic-pull-request@v5.5.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cda3305..c22f2c3 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -65,7 +65,7 @@ jobs: brew install make automake swig gmp mpfr boost export PATH="/usr/local/opt/make/libexec/gnubin:$PATH" - - uses: pypa/cibuildwheel@v2.17 + - uses: pypa/cibuildwheel@v2.19 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: cp${{ matrix.python }}-*