|
27 | 27 | uses: actions/checkout@v4.1.1
|
28 | 28 | - name: Set up Python ${{ env.DEFAULT_PYTHON }}
|
29 | 29 | id: python
|
30 |
| - uses: actions/setup-python@v4.7.1 |
| 30 | + uses: actions/setup-python@v5.0.0 |
31 | 31 | with:
|
32 | 32 | python-version: ${{ env.DEFAULT_PYTHON }}
|
33 | 33 | check-latest: true
|
|
89 | 89 | uses: actions/checkout@v4.1.1
|
90 | 90 | - name: Set up Python ${{ matrix.python-version }}
|
91 | 91 | id: python
|
92 |
| - uses: actions/setup-python@v4.7.1 |
| 92 | + uses: actions/setup-python@v5.0.0 |
93 | 93 | with:
|
94 | 94 | python-version: ${{ matrix.python-version }}
|
95 | 95 | check-latest: true
|
@@ -148,7 +148,7 @@ jobs:
|
148 | 148 | uses: actions/checkout@v4.1.1
|
149 | 149 | - name: Set up Python ${{ matrix.python-version }}
|
150 | 150 | id: python
|
151 |
| - uses: actions/setup-python@v4.7.1 |
| 151 | + uses: actions/setup-python@v5.0.0 |
152 | 152 | with:
|
153 | 153 | python-version: ${{ matrix.python-version }}
|
154 | 154 | check-latest: true
|
@@ -198,7 +198,7 @@ jobs:
|
198 | 198 | uses: actions/checkout@v4.1.1
|
199 | 199 | - name: Set up Python ${{ matrix.python-version }}
|
200 | 200 | id: python
|
201 |
| - uses: actions/setup-python@v4.7.1 |
| 201 | + uses: actions/setup-python@v5.0.0 |
202 | 202 | with:
|
203 | 203 | python-version: ${{ matrix.python-version }}
|
204 | 204 | check-latest: true
|
@@ -244,7 +244,7 @@ jobs:
|
244 | 244 | uses: actions/checkout@v4.1.1
|
245 | 245 | - name: Set up Python 3.12
|
246 | 246 | id: python
|
247 |
| - uses: actions/setup-python@v4.7.1 |
| 247 | + uses: actions/setup-python@v5.0.0 |
248 | 248 | with:
|
249 | 249 | python-version: "3.12"
|
250 | 250 | check-latest: true
|
|
0 commit comments