From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:25:31 +0000 (+0000) Subject: chore(deps): bump pypa/cibuildwheel in the actions group X-Git-Tag: 3.2.4~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f884d458db4775ea995a6c243d13a48ffca78955;p=thirdparty%2Fpsycopg.git chore(deps): bump pypa/cibuildwheel in the actions group Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.21.1 to 2.21.3 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.21.1...v2.21.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index bcb0c66cc..46cd56ee3 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -47,7 +47,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.21.1 + uses: pypa/cibuildwheel@v2.21.3 with: package-dir: psycopg_binary env: @@ -127,7 +127,7 @@ jobs: run: brew services start postgresql@${PG_VERSION} - name: Build wheels - uses: pypa/cibuildwheel@v2.21.1 + uses: pypa/cibuildwheel@v2.21.3 with: package-dir: psycopg_binary env: @@ -181,7 +181,7 @@ jobs: run: brew services start postgresql@${PG_VERSION} - name: Build wheels - uses: pypa/cibuildwheel@v2.21.1 + uses: pypa/cibuildwheel@v2.21.3 with: package-dir: psycopg_binary env: @@ -230,7 +230,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.21.1 + uses: pypa/cibuildwheel@v2.21.3 with: package-dir: psycopg_binary env: