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

@@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
lfs: true
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.${{ matrix.python-minor-version }}
- name: Install lancedb
@@ -69,7 +69,7 @@ jobs:
fetch-depth: 0
lfs: true
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install lancedb
@@ -92,7 +92,7 @@ jobs:
fetch-depth: 0
lfs: true
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install lancedb