|
42 | 42 | python-version: "3.14" |
43 | 43 |
|
44 | 44 | steps: |
45 | | - - uses: actions/checkout@v5 |
| 45 | + - uses: actions/checkout@v6 |
46 | 46 | - name: Set up Python ${{ matrix.python-version }} |
47 | 47 | uses: actions/setup-python@v6 |
48 | 48 | with: |
@@ -115,7 +115,7 @@ jobs: |
115 | 115 | options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 |
116 | 116 |
|
117 | 117 | steps: |
118 | | - - uses: actions/checkout@v5 |
| 118 | + - uses: actions/checkout@v6 |
119 | 119 | - name: Set up Python ${{ matrix.python-version }} |
120 | 120 | uses: actions/setup-python@v6 |
121 | 121 | with: |
@@ -182,7 +182,7 @@ jobs: |
182 | 182 | options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 |
183 | 183 |
|
184 | 184 | steps: |
185 | | - - uses: actions/checkout@v5 |
| 185 | + - uses: actions/checkout@v6 |
186 | 186 | - name: Set up Python ${{ matrix.python-version }} |
187 | 187 | uses: actions/setup-python@v6 |
188 | 188 | with: |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | ] |
218 | 218 |
|
219 | 219 | steps: |
220 | | - - uses: actions/checkout@v5 |
| 220 | + - uses: actions/checkout@v6 |
221 | 221 | - name: Set up Python ${{ matrix.python-version }} |
222 | 222 | uses: actions/setup-python@v6 |
223 | 223 | with: |
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | requirements-file: ['dj60_cms50.txt'] |
253 | 253 |
|
254 | 254 | steps: |
255 | | - - uses: actions/checkout@v5 |
| 255 | + - uses: actions/checkout@v6 |
256 | 256 | - name: Set up Python ${{ matrix.python-version }} |
257 | 257 | uses: actions/setup-python@v6 |
258 | 258 | with: |
|
0 commit comments