|
56 | 56 | # Use Docker container only for Python 3.6 |
57 | 57 | container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }} |
58 | 58 | steps: |
59 | | - - uses: actions/checkout@v4.2.2 |
| 59 | + - uses: actions/checkout@v5.0.0 |
60 | 60 | - uses: actions/setup-python@v5 |
61 | 61 | if: ${{ matrix.python-version != '3.6' }} |
62 | 62 | with: |
@@ -107,7 +107,7 @@ jobs: |
107 | 107 | coverage xml |
108 | 108 | - name: Upload coverage to Codecov |
109 | 109 | if: ${{ !cancelled() }} |
110 | | - uses: codecov/codecov-action@v5.4.3 |
| 110 | + uses: codecov/codecov-action@v5.5.0 |
111 | 111 | with: |
112 | 112 | token: ${{ secrets.CODECOV_TOKEN }} |
113 | 113 | files: coverage.xml |
@@ -155,7 +155,7 @@ jobs: |
155 | 155 | # Use Docker container only for Python 3.6 |
156 | 156 | container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }} |
157 | 157 | steps: |
158 | | - - uses: actions/checkout@v4.2.2 |
| 158 | + - uses: actions/checkout@v5.0.0 |
159 | 159 | - uses: actions/setup-python@v5 |
160 | 160 | if: ${{ matrix.python-version != '3.6' }} |
161 | 161 | with: |
@@ -206,7 +206,7 @@ jobs: |
206 | 206 | coverage xml |
207 | 207 | - name: Upload coverage to Codecov |
208 | 208 | if: ${{ !cancelled() }} |
209 | | - uses: codecov/codecov-action@v5.4.3 |
| 209 | + uses: codecov/codecov-action@v5.5.0 |
210 | 210 | with: |
211 | 211 | token: ${{ secrets.CODECOV_TOKEN }} |
212 | 212 | files: coverage.xml |
|
0 commit comments