Update pythonpublish.yml

Updated action versions
This commit is contained in:
Jamie Hardt
2023-05-17 16:59:17 -07:00
committed by GitHub
parent 97ada84bfe
commit fcb25ae183

View File

@@ -10,9 +10,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.2
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4.6.0
with:
python-version: '3.x'
- name: Install dependencies