|
24 | 24 | timeout-minutes: 20 |
25 | 25 | steps: |
26 | 26 | - name: Check out code from GitHub |
27 | | - uses: actions/checkout@v4.2.2 |
| 27 | + uses: actions/checkout@v5.0.0 |
28 | 28 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
29 | 29 | id: python |
30 | 30 | |
|
86 | 86 | python-key: ${{ steps.generate-python-key.outputs.key }} |
87 | 87 | steps: |
88 | 88 | - name: Check out code from GitHub |
89 | | - uses: actions/checkout@v4.2.2 |
| 89 | + uses: actions/checkout@v5.0.0 |
90 | 90 | - name: Set up Python ${{ matrix.python-version }} |
91 | 91 | id: python |
92 | 92 | |
@@ -146,7 +146,7 @@ jobs: |
146 | 146 | # Workaround to set correct temp directory on Windows |
147 | 147 | # https://github.com/actions/virtual-environments/issues/712 |
148 | 148 | - name: Check out code from GitHub |
149 | | - uses: actions/checkout@v4.2.2 |
| 149 | + uses: actions/checkout@v5.0.0 |
150 | 150 | - name: Set up Python ${{ matrix.python-version }} |
151 | 151 | id: python |
152 | 152 | |
@@ -197,7 +197,7 @@ jobs: |
197 | 197 | python-version: ["pypy3.10"] |
198 | 198 | steps: |
199 | 199 | - name: Check out code from GitHub |
200 | | - uses: actions/checkout@v4.2.2 |
| 200 | + uses: actions/checkout@v5.0.0 |
201 | 201 | - name: Set up Python ${{ matrix.python-version }} |
202 | 202 | id: python |
203 | 203 | |
@@ -244,7 +244,7 @@ jobs: |
244 | 244 | needs: ["tests-linux", "tests-windows", "tests-pypy"] |
245 | 245 | steps: |
246 | 246 | - name: Check out code from GitHub |
247 | | - uses: actions/checkout@v4.2.2 |
| 247 | + uses: actions/checkout@v5.0.0 |
248 | 248 | - name: Set up Python 3.13 |
249 | 249 | id: python |
250 | 250 | |
|
0 commit comments