From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:12:45 +0000 (+0000) Subject: chore(deps): bump the actions group across 1 directory with 4 updates X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64dda2bf5827ce2703061dda19dde999f2b96684;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: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `pypa/cibuildwheel` from 3.1.4 to 3.2.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/v3.1.4...v3.2.0) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/3rd-party-tests.yml b/.github/workflows/3rd-party-tests.yml index b522c769b..9c41a92ed 100644 --- a/.github/workflows/3rd-party-tests.yml +++ b/.github/workflows/3rd-party-tests.yml @@ -63,9 +63,9 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} @@ -177,9 +177,9 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cf0322c84..7f15045f7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,9 +22,9 @@ jobs: if: true steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.11" diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 8e26ceaf4..e2cd55cf4 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -61,7 +61,7 @@ jobs: platform: [manylinux, musllinux] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up QEMU for multi-arch build # Check https://github.com/docker/setup-qemu-action for newer versions. @@ -80,7 +80,7 @@ jobs: run: python3 ./tools/ci/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v3.1.4 + uses: pypa/cibuildwheel@v3.2.0 with: package-dir: psycopg_binary env: @@ -141,7 +141,7 @@ jobs: steps: - name: Checkout repos - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cache libpq build uses: actions/cache@v4 @@ -153,7 +153,7 @@ jobs: run: python3 ./tools/ci/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v3.1.4 + uses: pypa/cibuildwheel@v3.2.0 with: package-dir: psycopg_binary env: @@ -201,7 +201,7 @@ jobs: # there are some other libpq in PATH - run: rm -rf c:/tools/php C:/Strawberry/c/bin - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Start PostgreSQL service for test run: | @@ -211,7 +211,7 @@ jobs: shell: powershell - name: Export GitHub Actions cache environment variables - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const path = require('path') @@ -224,7 +224,7 @@ jobs: run: python3 ./tools/ci/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v3.1.4 + uses: pypa/cibuildwheel@v3.2.0 with: package-dir: psycopg_binary env: diff --git a/.github/workflows/packages-pool.yml b/.github/workflows/packages-pool.yml index e24f0e087..005369cd5 100644 --- a/.github/workflows/packages-pool.yml +++ b/.github/workflows/packages-pool.yml @@ -21,9 +21,9 @@ jobs: - {package: psycopg_pool, format: wheel} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.10" diff --git a/.github/workflows/packages-src.yml b/.github/workflows/packages-src.yml index 19d1bc8d5..6c5417b40 100644 --- a/.github/workflows/packages-src.yml +++ b/.github/workflows/packages-src.yml @@ -23,9 +23,9 @@ jobs: - {package: psycopg_c, format: sdist, impl: c} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: "3.10" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e2f48ec44..fcb19ecda 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,9 +70,9 @@ jobs: MARKERS: "" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} allow-prereleases: true @@ -164,9 +164,9 @@ jobs: MARKERS: "pool" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} @@ -216,9 +216,9 @@ jobs: PG_VERSION: "17" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} allow-prereleases: true @@ -279,9 +279,9 @@ jobs: PG_VERSION: "17" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} @@ -349,9 +349,9 @@ jobs: # there are some extra libpq.dll in PATH - run: rm -rf c:/tools/php C:/Strawberry/c/bin - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} allow-prereleases: true @@ -374,7 +374,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@v7 + uses: actions/github-script@v8 with: script: | const path = require('path') @@ -441,9 +441,9 @@ jobs: PGOPTIONS: "-c autocommit_before_ddl=off" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }}