]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore(deps): bump the actions group across 1 directory with 4 updates
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 30 Apr 2026 20:15:54 +0000 (20:15 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 1 May 2026 00:19:19 +0000 (02:19 +0200)
Bumps the actions group with 4 updates in the / directory: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/github-script](https://github.com/actions/github-script).

Updates `docker/setup-qemu-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4)

Updates `pypa/cibuildwheel` from 3.3.1 to 3.4.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/v3.3.1...v3.4.1)

Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

Updates `actions/github-script` from 8 to 9
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v8...v9)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: pypa/cibuildwheel
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/build-and-cache-libpq.yml
.github/workflows/packages-bin.yml
.github/workflows/packages-pool.yml
.github/workflows/packages-src.yml
.github/workflows/tests.yml

index a741c30ef8e105936217396de2952a0ea59fbe67..75b536742022fdb72e7f52d8cc9dc598ede483be 100644 (file)
@@ -81,7 +81,7 @@ jobs:
 
       - name: Set up QEMU for multi-arch build
         # Check https://github.com/docker/setup-qemu-action for newer versions.
-        uses: docker/setup-qemu-action@v3
+        uses: docker/setup-qemu-action@v4
         with:
           # https://github.com/pypa/cibuildwheel/discussions/2256
           image: tonistiigi/binfmt:qemu-v8.1.5
@@ -93,7 +93,7 @@ jobs:
           key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v3.3.1
+        uses: pypa/cibuildwheel@v3.4.1
         with:
           package-dir: psycopg_c
         env:
@@ -137,7 +137,7 @@ jobs:
           key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v3.3.1
+        uses: pypa/cibuildwheel@v3.4.1
         with:
           package-dir: psycopg_c
         env:
index 6d820f3f0b26ce87f3650da562e121cf69fd33f0..5489699e7d47c6ccf8307bd91928577254e3467e 100644 (file)
@@ -57,7 +57,7 @@ jobs:
 
       - name: Set up QEMU for multi-arch build
         # Check https://github.com/docker/setup-qemu-action for newer versions.
-        uses: docker/setup-qemu-action@v3
+        uses: docker/setup-qemu-action@v4
         with:
           # https://github.com/pypa/cibuildwheel/discussions/2256
           image: tonistiigi/binfmt:qemu-v8.1.5
@@ -72,7 +72,7 @@ jobs:
         run: python3 ./tools/ci/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v3.3.1
+        uses: pypa/cibuildwheel@v3.4.1
         with:
           package-dir: psycopg_binary
         env:
@@ -100,7 +100,7 @@ jobs:
             PSYCOPG_TEST_WANT_LIBPQ_IMPORT=${{ env.LIBPQ_VERSION }}
             PYTEST_ADDOPTS="-m 'not slow and not flakey' --color yes"
 
-      - uses: actions/upload-artifact@v6
+      - uses: actions/upload-artifact@v7
         with:
           name: linux-${{matrix.pyver}}-${{matrix.platform}}_${{matrix.arch}}
           path: ./wheelhouse/*.whl
@@ -146,7 +146,7 @@ jobs:
         run: python3 ./tools/ci/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v3.3.1
+        uses: pypa/cibuildwheel@v3.4.1
         with:
           package-dir: psycopg_binary
         env:
@@ -167,7 +167,7 @@ jobs:
             PYTEST_ADDOPTS="-m 'not slow and not flakey and not proxy' --color yes"
 
       - name: Upload artifacts
-        uses: actions/upload-artifact@v6
+        uses: actions/upload-artifact@v7
         with:
           name: macos-${{matrix.pyver}}-${{matrix.arch}}
           path: ./wheelhouse/*.whl
@@ -204,7 +204,7 @@ jobs:
         shell: powershell
 
       - name: Export GitHub Actions cache environment variables
-        uses: actions/github-script@v8
+        uses: actions/github-script@v9
         with:
           script: |
             const path = require('path')
@@ -217,7 +217,7 @@ jobs:
         run: python3 ./tools/ci/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v3.3.1
+        uses: pypa/cibuildwheel@v3.4.1
         with:
           package-dir: psycopg_binary
         env:
@@ -237,7 +237,7 @@ jobs:
             PSYCOPG_TEST_WANT_LIBPQ_IMPORT=">= 16"
             PYTEST_ADDOPTS="-m 'not slow and not flakey and not proxy' --color yes"
 
-      - uses: actions/upload-artifact@v6
+      - uses: actions/upload-artifact@v7
         with:
           name: windows-${{matrix.pyver}}-${{matrix.arch}}
           path: ./wheelhouse/*.whl
@@ -253,7 +253,7 @@ jobs:
       - windows
     steps:
       - name: Merge Artifacts
-        uses: actions/upload-artifact/merge@v6
+        uses: actions/upload-artifact/merge@v7
         with:
           name: psycopg-binary-artifact
           delete-merged: true
index 8ee46b13371beb975fe820706e02f17cca40081f..11c9c99a803c4d34be6905be27516c267426a4d0 100644 (file)
@@ -42,7 +42,7 @@ jobs:
           PSYCOPG_TEST_DSN: "host=127.0.0.1 user=postgres"
           PGPASSWORD: password
 
-      - uses: actions/upload-artifact@v6
+      - uses: actions/upload-artifact@v7
         with:
           name: ${{ matrix.package }}-${{ matrix.format }}
           path: ./dist/*
@@ -67,7 +67,7 @@ jobs:
       - sdist
     steps:
       - name: Merge Artifacts
-        uses: actions/upload-artifact/merge@v6
+        uses: actions/upload-artifact/merge@v7
         with:
           name: psycopg-pool-artifact
           delete-merged: true
index 9218d1683a4f225bd788b346268270b5503e9cc7..9cde9798f15a30be0c6e7e9651552c653087f0fd 100644 (file)
@@ -50,7 +50,7 @@ jobs:
           PSYCOPG_TEST_DSN: "host=127.0.0.1 user=postgres"
           PGPASSWORD: password
 
-      - uses: actions/upload-artifact@v6
+      - uses: actions/upload-artifact@v7
         with:
           name: ${{ matrix.package }}-${{ matrix.format }}-${{ matrix.impl }}
           path: ./dist/*
@@ -74,7 +74,7 @@ jobs:
       - sdist
     steps:
       - name: Merge Artifacts
-        uses: actions/upload-artifact/merge@v6
+        uses: actions/upload-artifact/merge@v7
         with:
           name: psycopg-src-artifact
           delete-merged: true
index 6df6d060886867478049f21d92ff64bd1ed2aed8..f193d3cecb2cc3e72311b09f57f5d7f0fa0bf99b 100644 (file)
@@ -315,7 +315,7 @@ jobs:
 
       - name: Export GitHub Actions cache environment variables
       # https://learn.microsoft.com/en-us/vcpkg/consume/binary-caching-github-actions-cache
-        uses: actions/github-script@v8
+        uses: actions/github-script@v9
         with:
           script: |
             const path = require('path')