Update python-publish.yml

This commit is contained in:
helgeerbe 2022-11-24 15:00:56 +01:00 committed by GitHub
parent 94b8817623
commit bc5182814b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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