]> 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>
Thu, 1 Aug 2024 07:26:42 +0000 (07:26 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 8 Aug 2024 07:52:01 +0000 (09:52 +0200)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).

Updates `pypa/cibuildwheel` from 2.19.1 to 2.19.2
- [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.19.1...v2.19.2)

---
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 896264bc7ac2f09f4f22f08fb0e725fefe48b41a..d1db3166feb361a59207e8c2e6f63af37ccbdafe 100644 (file)
@@ -45,7 +45,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.19.1
+        uses: pypa/cibuildwheel@v2.19.2
         with:
           package-dir: psycopg_binary
         env:
@@ -121,7 +121,7 @@ jobs:
         run: brew services start postgresql@${PG_VERSION}
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.19.1
+        uses: pypa/cibuildwheel@v2.19.2
         with:
           package-dir: psycopg_binary
         env:
@@ -173,7 +173,7 @@ jobs:
         run: brew services start postgresql@${PG_VERSION}
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.19.1
+        uses: pypa/cibuildwheel@v2.19.2
         with:
           package-dir: psycopg_binary
         env:
@@ -222,7 +222,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.19.1
+        uses: pypa/cibuildwheel@v2.19.2
         with:
           package-dir: psycopg_binary
         env: