2222 fail-fast : false
2323
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - name : Set up Python ${{ matrix.python-version }}
2727 uses : actions/setup-python@v6
2828 with :
3838 runs-on : windows-latest
3939
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 - name : Set up Python 3.11
4343 uses : actions/setup-python@v6
4444 with :
5353 coverage :
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@v5
56+ - uses : actions/checkout@v6
5757 - name : Set up Python 3.10
5858 uses : actions/setup-python@v6
5959 with :
6868 pyright-scan-docs :
6969 runs-on : ubuntu-latest
7070 steps :
71- - uses : actions/checkout@v5
71+ - uses : actions/checkout@v6
7272 - name : Set up Python 3.10
7373 uses : actions/setup-python@v6
7474 with :
8989 test-third-party :
9090 runs-on : ubuntu-latest
9191 steps :
92- - uses : actions/checkout@v5
92+ - uses : actions/checkout@v6
9393 - name : Set up Python 3.10
9494 uses : actions/setup-python@v6
9595 with :
@@ -110,7 +110,7 @@ jobs:
110110 test-minimum-dependencies :
111111 runs-on : ubuntu-latest
112112 steps :
113- - uses : actions/checkout@v5
113+ - uses : actions/checkout@v6
114114 - name : Set up Python 3.9
115115 uses : actions/setup-python@v6
116116 with :
@@ -126,7 +126,7 @@ jobs:
126126 test-against-pre-releases-of-dependencies :
127127 runs-on : ubuntu-latest
128128 steps :
129- - uses : actions/checkout@v5
129+ - uses : actions/checkout@v6
130130 - name : Set up Python 3.10
131131 uses : actions/setup-python@v6
132132 with :
@@ -141,7 +141,7 @@ jobs:
141141 smoke-test-pydantic-v1 :
142142 runs-on : ubuntu-latest
143143 steps :
144- - uses : actions/checkout@v5
144+ - uses : actions/checkout@v6
145145 - name : Set up Python 3.10
146146 uses : actions/setup-python@v6
147147 with :
@@ -156,7 +156,7 @@ jobs:
156156 check-repo-format :
157157 runs-on : ubuntu-latest
158158 steps :
159- - uses : actions/checkout@v5
159+ - uses : actions/checkout@v6
160160 - name : Set up Python 3.10
161161 uses : actions/setup-python@v6
162162 with :
@@ -171,7 +171,7 @@ jobs:
171171 run-pyright :
172172 runs-on : ubuntu-latest
173173 steps :
174- - uses : actions/checkout@v5
174+ - uses : actions/checkout@v6
175175 - name : Set up Python 3.10
176176 uses : actions/setup-python@v6
177177 with :
@@ -186,7 +186,7 @@ jobs:
186186 test-docs-builds :
187187 runs-on : ubuntu-latest
188188 steps :
189- - uses : actions/checkout@v5
189+ - uses : actions/checkout@v6
190190 - name : Set up Python 3.10
191191 uses : actions/setup-python@v6
192192 with :
@@ -201,7 +201,7 @@ jobs:
201201 run-mypy :
202202 runs-on : ubuntu-latest
203203 steps :
204- - uses : actions/checkout@v5
204+ - uses : actions/checkout@v6
205205 - name : Set up Python 3.10
206206 uses : actions/setup-python@v6
207207 with :
0 commit comments