update github action script for setting up python

This commit is contained in:
Axel Kohlmeyer
2023-12-11 17:42:06 -05:00
parent 25bb1633c3
commit 354db72a10
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
fetch-depth: 2
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

View File

@ -24,7 +24,7 @@ jobs:
fetch-depth: 2
- name: Select Python version
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'