actions/setup-python@v4

This commit is contained in:
Jason2866 2022-10-24 15:04:43 +02:00 committed by GitHub
parent 115caf2bc9
commit 432bd6b0f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ jobs:
with: with:
ref: development ref: development
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v3 uses: actions/setup-python@v4
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install wheel pip install wheel
@ -84,7 +84,7 @@ jobs:
with: with:
ref: development ref: development
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v3 uses: actions/setup-python@v4
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install wheel pip install wheel