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-04-05 16:29:05 -07:00
committed by Weston Pace
parent f308a0ffdb
commit bd2d187538
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"