]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore(deps): bump pypa/cibuildwheel in the actions group
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Nov 2024 07:25:31 +0000 (07:25 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 1 Nov 2024 09:39:52 +0000 (10:39 +0100)
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] <support@github.com>
.github/workflows/packages-bin.yml

index bcb0c66ccccfac597a05ed14c6e8a9a2ca2b7319..46cd56ee3562b5d784c67c50a6c1414f97b1f1a2 100644 (file)
@@ -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: