File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8787 '
8888 - uses : actions/checkout@v5
8989 - name : ' Set up Python 3.8'
90- uses : actions/setup-python@v5 # note that this step overwrites the PKG_CONFIG_PATH variable
90+ uses : actions/setup-python@v6 # note that this step overwrites the PKG_CONFIG_PATH variable
9191 with :
9292 python-version : ' 3.8' # the lowest version that we support in CI
9393 - name : Build sdist
@@ -169,7 +169,7 @@ jobs:
169169 /opt/bb/bin/cdb2sql "$COMDB2_DBNAME" local "create table $table_name { $(cat $table_file) }"
170170 done
171171 - name : Set up Python ${{matrix.python-version}}
172- uses : actions/setup-python@v5 # note that this step overwrites the PKG_CONFIG_PATH variable
172+ uses : actions/setup-python@v6 # note that this step overwrites the PKG_CONFIG_PATH variable
173173 with :
174174 python-version : " ${{matrix.python-version}}"
175175 - name : Install python-comdb2 from the sdist
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v5
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.12"
2828 - name : Install Python dependencies
You can’t perform that action at this time.
0 commit comments