From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:15:54 +0000 (+0000) Subject: chore(deps): bump the actions group across 1 directory with 4 updates X-Git-Tag: pool-3.3.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc4d30375557fc32f2a91c2f8b75a5d21711ea89;p=thirdparty%2Fpsycopg.git chore(deps): bump the actions group across 1 directory with 4 updates 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] --- diff --git a/.github/workflows/build-and-cache-libpq.yml b/.github/workflows/build-and-cache-libpq.yml index a741c30ef..75b536742 100644 --- a/.github/workflows/build-and-cache-libpq.yml +++ b/.github/workflows/build-and-cache-libpq.yml @@ -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: diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 6d820f3f0..5489699e7 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -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 diff --git a/.github/workflows/packages-pool.yml b/.github/workflows/packages-pool.yml index 8ee46b133..11c9c99a8 100644 --- a/.github/workflows/packages-pool.yml +++ b/.github/workflows/packages-pool.yml @@ -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 diff --git a/.github/workflows/packages-src.yml b/.github/workflows/packages-src.yml index 9218d1683..9cde9798f 100644 --- a/.github/workflows/packages-src.yml +++ b/.github/workflows/packages-src.yml @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6df6d0608..f193d3cec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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')