ci: bump to new version of python action to use node 20 gIthub action runtime (#909)

Github action is deprecating old node-16 runtime.
This commit is contained in:
Lei Xu
2024-02-01 11:36:03 -08:00
committed by Weston Pace
parent f308a0ffdb
commit bd2d187538
6 changed files with 12 additions and 12 deletions

View File

@@ -37,10 +37,10 @@ jobs:
run: |
git config user.name 'Lance Release'
git config user.email 'lance-dev@lancedb.com'
- name: Set up Python 3.10
uses: actions/setup-python@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- name: Bump version, create tag and commit
run: |
pip install bump2version