ci: update setup-python action to v5 to fix deprecated node version (#10881)

This commit is contained in:
Hamir Mahal 2024-09-03 14:57:16 -07:00 committed by GitHub
parent 431ca2c776
commit 11b3ab1468
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ jobs:
targets: ${{ matrix.platform.target }}
- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
architecture: x64