|
36 | 36 | python-key: ${{ steps.generate-python-key.outputs.key }} |
37 | 37 | steps: |
38 | 38 | - name: Check out code from GitHub |
39 | | - uses: actions/checkout@v3.6.0 |
| 39 | + uses: actions/checkout@v4.0.0 |
40 | 40 | - name: Set up Python ${{ matrix.python-version }} |
41 | 41 | id: python |
42 | 42 | |
|
88 | 88 | needs: tests-linux |
89 | 89 | steps: |
90 | 90 | - name: Check out code from GitHub |
91 | | - uses: actions/checkout@v3.6.0 |
| 91 | + uses: actions/checkout@v4.0.0 |
92 | 92 | - name: Set up Python 3.11 |
93 | 93 | id: python |
94 | 94 | |
@@ -128,7 +128,7 @@ jobs: |
128 | 128 | python-version: ["3.11"] |
129 | 129 | steps: |
130 | 130 | - name: Check out code from GitHub |
131 | | - uses: actions/checkout@v3.6.0 |
| 131 | + uses: actions/checkout@v4.0.0 |
132 | 132 | - name: Set up Python ${{ matrix.python-version }} |
133 | 133 | id: python |
134 | 134 | |
@@ -182,7 +182,7 @@ jobs: |
182 | 182 | # Workaround to set correct temp directory on Windows |
183 | 183 | # https://github.com/actions/virtual-environments/issues/712 |
184 | 184 | - name: Check out code from GitHub |
185 | | - uses: actions/checkout@v3.6.0 |
| 185 | + uses: actions/checkout@v4.0.0 |
186 | 186 | - name: Set up Python ${{ matrix.python-version }} |
187 | 187 | id: python |
188 | 188 | |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 | python-version: [3.8] |
229 | 229 | steps: |
230 | 230 | - name: Check out code from GitHub |
231 | | - uses: actions/checkout@v3.6.0 |
| 231 | + uses: actions/checkout@v4.0.0 |
232 | 232 | - name: Set up Python ${{ matrix.python-version }} |
233 | 233 | id: python |
234 | 234 | |
@@ -272,7 +272,7 @@ jobs: |
272 | 272 | python-version: ["pypy-3.8", "pypy-3.9"] |
273 | 273 | steps: |
274 | 274 | - name: Check out code from GitHub |
275 | | - uses: actions/checkout@v3.6.0 |
| 275 | + uses: actions/checkout@v4.0.0 |
276 | 276 | - name: Set up Python ${{ matrix.python-version }} |
277 | 277 | id: python |
278 | 278 | |
|
0 commit comments