Update pythonpublish.yml

Updated setup-python action
This commit is contained in:
Jamie Hardt
2022-11-06 12:03:02 -08:00
committed by GitHub
parent fc2e823116
commit 9e374df367

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4.3.0
with:
python-version: '3.x'
- name: Install dependencies