From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 20:33:57 +0000 (+0000) Subject: chore(deps): bump pypa/cibuildwheel in the actions group X-Git-Tag: 3.1.20~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e4def2ab03bbb74cf40b5161bb48a77c996d8e5;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.17.0 to 2.18.1 - [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.17.0...v2.18.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index b397a4bd4..b798184f8 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -43,7 +43,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.1 with: package-dir: psycopg_binary env: @@ -119,7 +119,7 @@ jobs: run: brew services start postgresql@${PG_VERSION} - name: Build wheels - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.1 with: package-dir: psycopg_binary env: @@ -170,7 +170,7 @@ jobs: run: brew services start postgresql@${PG_VERSION} - name: Build wheels - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.1 with: package-dir: psycopg_binary env: @@ -218,7 +218,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.1 with: package-dir: psycopg_binary env: