|
30 | 30 | name: Prepare Python ${{ matrix.python-version }} dependencies |
31 | 31 | steps: |
32 | 32 | - name: Check out code from GitHub |
33 | | - uses: actions/checkout@v4.2.2 |
| 33 | + uses: actions/checkout@v5.0.0 |
34 | 34 | - name: Set up Python |
35 | 35 | id: python |
36 | 36 | |
|
77 | 77 | python-version: ["3.12", "3.13"] |
78 | 78 | steps: |
79 | 79 | - name: Check out code from GitHub |
80 | | - uses: actions/checkout@v4.2.2 |
| 80 | + uses: actions/checkout@v5.0.0 |
81 | 81 | - name: Set up Python ${{ matrix.python-version }} |
82 | 82 | |
83 | 83 | id: python |
@@ -126,7 +126,7 @@ jobs: |
126 | 126 | python-version: ["3.12", "3.13"] |
127 | 127 | steps: |
128 | 128 | - name: Check out code from GitHub |
129 | | - uses: actions/checkout@v4.2.2 |
| 129 | + uses: actions/checkout@v5.0.0 |
130 | 130 | - name: Set up Python ${{ matrix.python-version }} |
131 | 131 | |
132 | 132 | id: python |
@@ -175,7 +175,7 @@ jobs: |
175 | 175 | python-version: ["3.12", "3.13"] |
176 | 176 | steps: |
177 | 177 | - name: Check out code from GitHub |
178 | | - uses: actions/checkout@v4.2.2 |
| 178 | + uses: actions/checkout@v5.0.0 |
179 | 179 | - name: Set up Python ${{ matrix.python-version }} |
180 | 180 | |
181 | 181 | id: python |
@@ -267,7 +267,7 @@ jobs: |
267 | 267 | name: Run tests Python ${{ matrix.python-version }} |
268 | 268 | steps: |
269 | 269 | - name: Check out code from GitHub |
270 | | - uses: actions/checkout@v4.2.2 |
| 270 | + uses: actions/checkout@v5.0.0 |
271 | 271 | - name: Set up Python ${{ matrix.python-version }} |
272 | 272 | |
273 | 273 | id: python |
@@ -318,7 +318,7 @@ jobs: |
318 | 318 | needs: ["pytest", "prepare"] |
319 | 319 | steps: |
320 | 320 | - name: Check out code from GitHub |
321 | | - uses: actions/checkout@v4.2.2 |
| 321 | + uses: actions/checkout@v5.0.0 |
322 | 322 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
323 | 323 | |
324 | 324 | id: python |
|
0 commit comments