From e59abd676fbaefd0835affc9a27daef4172d726a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:43:20 +0000 Subject: [PATCH] Bump actions/setup-python from 6 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/docs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8935063..5633767 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: ' - uses: actions/checkout@v6 - name: 'Set up Python 3.8' - uses: actions/setup-python@v6 # note that this step overwrites the PKG_CONFIG_PATH variable + uses: actions/setup-python@v7 # note that this step overwrites the PKG_CONFIG_PATH variable with: python-version: '3.8' # the lowest version that we support in CI - name: Build sdist @@ -174,7 +174,7 @@ jobs: /opt/bb/bin/cdb2sql "$COMDB2_DBNAME" local "create table $table_name { $(cat $table_file) }" done - name: Set up Python ${{matrix.python-version}} - uses: actions/setup-python@v6 # note that this step overwrites the PKG_CONFIG_PATH variable + uses: actions/setup-python@v7 # note that this step overwrites the PKG_CONFIG_PATH variable with: python-version: "${{matrix.python-version}}" - name: Install python-comdb2 from the sdist diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2291008..a2682c9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.12" - name: Install Python dependencies