diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a05a0a7..66f3e5d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: ' - uses: actions/checkout@v5 - name: 'Set up Python 3.8' - uses: actions/setup-python@v5 # note that this step overwrites the PKG_CONFIG_PATH variable + uses: actions/setup-python@v6 # 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 @@ -169,7 +169,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@v5 # note that this step overwrites the PKG_CONFIG_PATH variable + uses: actions/setup-python@v6 # 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 5bf2eee..c58a11f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12" - name: Install Python dependencies