From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 07:17:44 +0000 (+0000) Subject: chore(deps): bump the actions group with 2 updates X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17bba7b73131913d4bd23bb9c20cf3162419355f;p=thirdparty%2Fpsycopg.git chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `pypa/cibuildwheel` from 2.22.0 to 2.23.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.22.0...v2.23.2) Updates `prefix-dev/setup-pixi` from 0.8.3 to 0.8.4 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.8.3...v0.8.4) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 2.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 2ea02d3be..2b0ced974 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -68,7 +68,7 @@ jobs: run: python3 ./tools/ci/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.22.0 + uses: pypa/cibuildwheel@v2.23.2 with: package-dir: psycopg_binary env: @@ -142,7 +142,7 @@ jobs: run: python3 ./tools/ci/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.22.0 + uses: pypa/cibuildwheel@v2.23.2 with: package-dir: psycopg_binary env: @@ -199,7 +199,7 @@ jobs: $PgSvc.Start() shell: powershell - - uses: prefix-dev/setup-pixi@v0.8.3 + - uses: prefix-dev/setup-pixi@v0.8.4 with: run-install: false - run: pixi global install libpq=${{ env.LIBPQ_VERSION }} --with openssl=${{ env.OPENSSL_VERSION }} @@ -210,7 +210,7 @@ jobs: run: python3 ./tools/ci/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.22.0 + uses: pypa/cibuildwheel@v2.23.2 with: package-dir: psycopg_binary env: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d7224b7d7..67819a624 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -327,7 +327,7 @@ jobs: if: ${{ github.event_name == 'schedule' }} run: echo "NOT_MARKERS=$NOT_MARKERS refcount" >> $GITHUB_ENV - - uses: prefix-dev/setup-pixi@v0.8.3 + - uses: prefix-dev/setup-pixi@v0.8.4 with: run-install: false