|
|
@@ -27,10 +27,10 @@ jobs: |
|
|
|
|
|
|
|
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
|
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
uses: actions/setup-python@v3 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
|
|
|
|