]> 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>
Sun, 1 Sep 2024 07:59:50 +0000 (07:59 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 10 Sep 2024 08:44:38 +0000 (10:44 +0200)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).

Updates `pypa/cibuildwheel` from 2.19.2 to 2.20.0
- [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.2...v2.20.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/packages-bin.yml

index d1db3166feb361a59207e8c2e6f63af37ccbdafe..b7836d550a2bcf430296ebc301c8ad6a738e1bae 100644 (file)
@@ -45,7 +45,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.19.2
+        uses: pypa/cibuildwheel@v2.20.0
         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.2
+        uses: pypa/cibuildwheel@v2.20.0
         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.2
+        uses: pypa/cibuildwheel@v2.20.0
         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.2
+        uses: pypa/cibuildwheel@v2.20.0
         with:
           package-dir: psycopg_binary
         env: