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