|
47 | 47 | steps: |
48 | 48 | -uses:actions/checkout@v3 |
49 | 49 | -name:Set up Python ${{ matrix.python.version }} |
50 | | -uses:actions/setup-python@v3 |
| 50 | +uses:actions/setup-python@v4 |
51 | 51 | with: |
52 | 52 | python-version:${{ matrix.python.version }} |
53 | 53 | -name:Install dependencies |
|
65 | 65 | steps: |
66 | 66 | -uses:actions/checkout@v3 |
67 | 67 | -name:Set up Python |
68 | | -uses:actions/setup-python@v3 |
| 68 | +uses:actions/setup-python@v4 |
69 | 69 | with: |
70 | 70 | python-version:"3.10" |
71 | 71 | -name:Install dependencies |
|
86 | 86 | steps: |
87 | 87 | -uses:actions/checkout@v3 |
88 | 88 | -name:Set up Python ${{ matrix.python-version }} |
89 | | -uses:actions/setup-python@v3 |
| 89 | +uses:actions/setup-python@v4 |
90 | 90 | with: |
91 | 91 | python-version:"3.10" |
92 | 92 | -name:Install dependencies |
|