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 GitHub
parent 34e10caad2
commit 62f053ac92
6 changed files with 12 additions and 12 deletions

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.11
cache: "pip"