|
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@v4.1.1 |
| 39 | + uses: actions/checkout@v4.2.0 |
40 | 40 | - name: Set up Python ${{ matrix.python-version }}
|
41 | 41 | id: python
|
42 | 42 |
|
|
83 | 83 | needs: tests-linux
|
84 | 84 | steps:
|
85 | 85 | - name: Check out code from GitHub
|
86 |
| - uses: actions/checkout@v4.1.1 |
| 86 | + uses: actions/checkout@v4.2.0 |
87 | 87 | - name: Set up Python 3.11
|
88 | 88 | id: python
|
89 | 89 |
|
@@ -123,7 +123,7 @@ jobs:
|
123 | 123 | python-version: ["3.11"]
|
124 | 124 | steps:
|
125 | 125 | - name: Check out code from GitHub
|
126 |
| - uses: actions/checkout@v4.1.1 |
| 126 | + uses: actions/checkout@v4.2.0 |
127 | 127 | - name: Set up Python ${{ matrix.python-version }}
|
128 | 128 | id: python
|
129 | 129 |
|
@@ -177,7 +177,7 @@ jobs:
|
177 | 177 | # Workaround to set correct temp directory on Windows
|
178 | 178 | # https://github.com/actions/virtual-environments/issues/712
|
179 | 179 | - name: Check out code from GitHub
|
180 |
| - uses: actions/checkout@v4.1.1 |
| 180 | + uses: actions/checkout@v4.2.0 |
181 | 181 | - name: Set up Python ${{ matrix.python-version }}
|
182 | 182 | id: python
|
183 | 183 |
|
@@ -223,7 +223,7 @@ jobs:
|
223 | 223 | python-version: [3.8]
|
224 | 224 | steps:
|
225 | 225 | - name: Check out code from GitHub
|
226 |
| - uses: actions/checkout@v4.1.1 |
| 226 | + uses: actions/checkout@v4.2.0 |
227 | 227 | - name: Set up Python ${{ matrix.python-version }}
|
228 | 228 | id: python
|
229 | 229 |
|
@@ -267,7 +267,7 @@ jobs:
|
267 | 267 | python-version: ["pypy-3.8", "pypy-3.9"]
|
268 | 268 | steps:
|
269 | 269 | - name: Check out code from GitHub
|
270 |
| - uses: actions/checkout@v4.1.1 |
| 270 | + uses: actions/checkout@v4.2.0 |
271 | 271 | - name: Set up Python ${{ matrix.python-version }}
|
272 | 272 | id: python
|
273 | 273 |
|
|
0 commit comments