1717 python-version :
1818 - ' 3.14'
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Set up Python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v6
2323 with :
4949 - ' 3.13'
5050 - ' 3.14'
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 - name : Set up Python ${{ matrix.python-version }}
5454 uses : actions/setup-python@v6
5555 with :
7979 python-version :
8080 - ' 3.14'
8181 steps :
82- - uses : actions/checkout@v5
82+ - uses : actions/checkout@v6
8383 - name : Install dependencies
8484 run : |
8585 python -m pip install --upgrade pip
@@ -101,7 +101,7 @@ jobs:
101101 python-version :
102102 - ' 3.14'
103103 steps :
104- - uses : actions/checkout@v5
104+ - uses : actions/checkout@v6
105105 - name : Install dependencies
106106 run : |
107107 python -m pip install --upgrade pip
@@ -119,7 +119,7 @@ jobs:
119119 python-version :
120120 - ' 3.14'
121121 steps :
122- - uses : actions/checkout@v5
122+ - uses : actions/checkout@v6
123123 - name : Install dependencies
124124 run : |
125125 python -m pip install --upgrade pip
@@ -137,7 +137,7 @@ jobs:
137137 python-version :
138138 - ' 3.14'
139139 steps :
140- - uses : actions/checkout@v5
140+ - uses : actions/checkout@v6
141141 - name : Install dependencies
142142 run : |
143143 python -m pip install --upgrade pip
@@ -151,7 +151,7 @@ jobs:
151151 - test
152152 runs-on : ubuntu-latest
153153 steps :
154- - uses : actions/checkout@v5
154+ - uses : actions/checkout@v6
155155 - uses : isort/isort-action@v1
156156 with :
157157 requirements-files : " requirements/local-base.txt requirements/isort.txt"
@@ -163,7 +163,7 @@ jobs:
163163 python-version :
164164 - ' 3.14'
165165 steps :
166- - uses : actions/checkout@v5
166+ - uses : actions/checkout@v6
167167 - name : Set up Python ${{ matrix.python-version }}
168168 uses : actions/setup-python@v6
169169 with :
@@ -189,7 +189,7 @@ jobs:
189189 python-version :
190190 - ' 3.14'
191191 steps :
192- - uses : actions/checkout@v5
192+ - uses : actions/checkout@v6
193193 - name : Set up Python ${{ matrix.python-version }}
194194 uses : actions/setup-python@v6
195195 with :
@@ -220,7 +220,7 @@ jobs:
220220 python-version :
221221 - ' 3.14'
222222 steps :
223- - uses : actions/checkout@v5
223+ - uses : actions/checkout@v6
224224 - name : Set up Python ${{ matrix.python-version }}
225225 uses : actions/setup-python@v6
226226 with :
@@ -259,7 +259,7 @@ jobs:
259259 permissions :
260260 id-token : write
261261 steps :
262- - uses : actions/checkout@v5
262+ - uses : actions/checkout@v6
263263 - name : Install dependencies
264264 run : |
265265 python -m pip install --upgrade pip
0 commit comments